Sprout/sprout/iterator/string.hpp
2013-04-09 19:27:06 +09:00

8 lines
252 B
C++

#ifndef SPROUT_ITERATOR_STRING_HPP
#define SPROUT_ITERATOR_STRING_HPP
#include <sprout/config.hpp>
#include <sprout/iterator/to_lower_iterator.hpp>
#include <sprout/iterator/to_upper_iterator.hpp>
#endif // #ifndef SPROUT_ITERATOR_STRING_HPP