mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add case_conv algorithms
This commit is contained in:
parent
ef5aa728b0
commit
8885b115f7
83 changed files with 1300 additions and 44 deletions
7
sprout/range/algorithm/string.hpp
Normal file
7
sprout/range/algorithm/string.hpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef SPROUT_RANGE_ALGORITHM_STRING_HPP
|
||||
#define SPROUT_RANGE_ALGORITHM_STRING_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/algorithm/string/case_conv.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_ALGORITHM_STRING_HPP
|
Loading…
Add table
Add a link
Reference in a new issue