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

add type_traits/*

This commit is contained in:
bolero-MURAKAMI 2012-04-05 14:54:23 +09:00
parent 84956034ad
commit 64dd2582a4
13 changed files with 114 additions and 76 deletions

View file

@ -2,7 +2,8 @@
#define SPROUT_UTILITY_HPP
#include <sprout/config.hpp>
#include <sprout/utility/operation.hpp>
#include <sprout/utility/pair.hpp>
#include <sprout/utility/operation.hpp>
#include <sprout/utility/operation_ext.hpp>
#endif // #ifndef SPROUT_UTILITY_HPP