Sprout/sprout/range/adaptor/string.hpp

9 lines
259 B
C++
Raw Normal View History

2013-04-09 10:27:06 +00:00
#ifndef SPROUT_RANGE_ADAPTOR_STRING_HPP
#define SPROUT_RANGE_ADAPTOR_STRING_HPP
#include <sprout/config.hpp>
#include <sprout/range/adaptor/to_lower.hpp>
#include <sprout/range/adaptor/to_upper.hpp>
#endif // #ifndef SPROUT_RANGE_ADAPTOR_STRING_HPP