sprout/variant.hpp 追加

sprout/type.hpp 追加
This commit is contained in:
bolero-MURAKAMI 2011-11-06 10:56:57 +09:00
parent 488df1e685
commit b6bf03c4ed
30 changed files with 905 additions and 102 deletions

8
sprout/variant.hpp Normal file
View file

@ -0,0 +1,8 @@
#ifndef SPROUT_VARIANT_HPP
#define SPROUT_VARIANT_HPP
#include <sprout/config.hpp>
#include <sprout/variant/variant.hpp>
#include <sprout/variant/get.hpp>
#endif // #ifndef SPROUT_VARIANT_HPP