modify: tuple and hash support(class adapt) implemented in each class headers.

This commit is contained in:
bolero-MURAKAMI 2012-06-22 19:14:21 +09:00
parent 3a2610cb5c
commit ee8c952d05
35 changed files with 1720 additions and 1557 deletions

View file

@ -7,10 +7,6 @@
#include <sprout/index_tuple.hpp>
#include <sprout/string/char_traits.hpp>
#include <sprout/string/string.hpp>
//#include <sprout/operation/fixed/push_back.hpp>
//#include <sprout/operation/fixed/push_front.hpp>
//#include <sprout/operation/fixed/append_back.hpp>
//#include <sprout/operation/fixed/append_front.hpp>
namespace sprout {
namespace detail {