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

19
sprout/breed/core.hpp Normal file
View file

@ -0,0 +1,19 @@
#ifndef SPROUT_BREED_CORE_HPP
#define SPROUT_BREED_CORE_HPP
#include <sprout/breed/breed_fwd.hpp>
#include <sprout/breed/args.hpp>
#include <sprout/breed/tags.hpp>
#include <sprout/breed/eval.hpp>
#include <sprout/breed/expr.hpp>
#include <sprout/breed/traits.hpp>
#include <sprout/breed/domain.hpp>
#include <sprout/breed/matches.hpp>
//#include <sprout/breed/extends.hpp>
//#include <sprout/breed/literal.hpp>
#include <sprout/breed/generate.hpp>
//#include <sprout/breed/operators.hpp>
//#include <sprout/breed/deep_copy.hpp>
//#include <sprout/breed/make_expr.hpp>
#endif // #ifndef SPROUT_BREED_CORE_HPP