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

sprout/weed/parser/directive/as_array.hpp 追加

sprout/weed/parser/directive/as_tuple.hpp 追加
This commit is contained in:
bolero-MURAKAMI 2012-01-10 23:57:46 +09:00
parent a110b0ad0f
commit e731c3caf4
4 changed files with 200 additions and 2 deletions

View file

@ -4,5 +4,7 @@
#include <sprout/config.hpp>
#include <sprout/weed/parser/directive/omit.hpp>
#include <sprout/weed/parser/directive/repeat.hpp>
#include <sprout/weed/parser/directive/as_array.hpp>
#include <sprout/weed/parser/directive/as_tuple.hpp>
#endif // #ifndef SPROUT_WEED_PARSER_DIRECTIVE_HPP