add pointer_cast

This commit is contained in:
bolero-MURAKAMI 2014-11-28 16:19:07 +09:00
commit fbb95d9068
36 changed files with 553 additions and 72 deletions

View file

@ -9,7 +9,8 @@
#define SPROUT_UTILITY_STRING_IO_HPP
#include <iterator>
#include <ios>
#include <istream>
#include <ostream>
#include <sprout/config.hpp>
#include <sprout/algorithm/cxx14/copy.hpp>
#include <sprout/utility/string_ref/string_ref.hpp>