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

sprout/variant/apply_visitor.hpp 追加

This commit is contained in:
bolero-MURAKAMI 2011-11-12 20:24:42 +09:00
parent 04809933e0
commit 8103682fdb
5 changed files with 65 additions and 3 deletions

View file

@ -4,5 +4,7 @@
#include <sprout/config.hpp>
#include <sprout/variant/variant.hpp>
#include <sprout/variant/get.hpp>
#include <sprout/variant/static_visitor.hpp>
#include <sprout/variant/apply_visitor.hpp>
#endif // #ifndef SPROUT_VARIANT_HPP