fix adapt interface: container, tuple, hash, generator

This commit is contained in:
bolero-MURAKAMI 2013-04-22 13:04:27 +09:00
parent 61720b72c3
commit 74e0c8acd6
36 changed files with 975 additions and 1061 deletions

View file

@ -1,9 +1,9 @@
#ifndef SPROUT_ADAPT_SSCRISK_CEL_UTILITY_HPP
#define SPROUT_ADAPT_SSCRISK_CEL_UTILITY_HPP
#ifndef SPROUT_ADAPT_STD_UTILITY_HPP
#define SPROUT_ADAPT_STD_UTILITY_HPP
#include <utility>
#include <sprout/config.hpp>
#include <sprout/functional/hash/std/utility.hpp>
#include <sprout/tuple/std/utility.hpp>
#endif // #ifndef SPROUT_ADAPT_SSCRISK_CEL_UTILITY_HPP
#endif // #ifndef SPROUT_ADAPT_STD_UTILITY_HPP