mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
20 lines
630 B
C++
20 lines
630 B
C++
|
#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
|