1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add while_loop, until_loop utilities

This commit is contained in:
bolero-MURAKAMI 2015-04-13 11:40:49 +09:00
parent f78e5d49a0
commit 8d19fdc676
7 changed files with 320 additions and 0 deletions

View file

@ -21,5 +21,6 @@
#include <sprout/utility/string_view.hpp>
#include <sprout/utility/any_convertible.hpp>
#include <sprout/utility/use_default.hpp>
#include <sprout/utility/loop.hpp>
#endif // #ifndef SPROUT_UTILITY_HPP