sprout/tuple.hpp 追加

This commit is contained in:
bolero-MURAKAMI 2011-10-30 23:10:24 +09:00
parent 2168f05433
commit e87ac1049d
3 changed files with 528 additions and 0 deletions

8
sprout/tuple.hpp Normal file
View file

@ -0,0 +1,8 @@
#ifndef SPROUT_TUPLE_HPP
#define SPROUT_TUPLE_HPP
#include <sprout/config.hpp>
#include <sprout/tuple/tuple.hpp>
#include <sprout/tuple/tuple_comparison.hpp>
#endif // #ifndef SPROUT_TUPLE_HPP