1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/index_tuple/utility.hpp

10 lines
306 B
C++
Raw Normal View History

2013-04-06 04:06:51 +00:00
#ifndef SPROUT_INDEX_TUPLE_UTILITY_HPP
#define SPROUT_INDEX_TUPLE_UTILITY_HPP
#include <sprout/config.hpp>
#include <sprout/index_tuple/make_indexes.hpp>
#include <sprout/index_tuple/enable_make_indexes.hpp>
2013-04-07 12:55:55 +00:00
#include <sprout/index_tuple/udl.hpp>
2013-04-06 04:06:51 +00:00
#endif // #ifndef SPROUT_INDEX_TUPLE_UTILITY_HPP