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

SPROUT_CONFIG_SUPPORT_TEMPORARY_CONTAINER_ITERATION をデフォルトで有効に変更

sprout/type/string.hpp 追加
This commit is contained in:
bolero-MURAKAMI 2012-02-08 23:39:36 +09:00
parent 86073fea83
commit 231910c863
43 changed files with 4816 additions and 16 deletions

16
sprout/breed/matches.hpp Normal file
View file

@ -0,0 +1,16 @@
#ifndef SPROUT_BREED_MATCHES_HPP
#define SPROUT_BREED_MATCHES_HPP
#include <type_traits>
#include <sprout/config.hpp>
#include <sprout/breed/breed_fwd.hpp>
#include <sprout/breed/traits.hpp>
#include <sprout/breed/transform/when.hpp>
#include <sprout/breed/transform/impl.hpp>
namespace sprout {
namespace breed {
} // namespace breed
} // namespace sprout
#endif // #ifndef SPROUT_BREED_MATCHES_HPP