sprout/utility/move.hpp 追加

tuple に要素数の異なるタプルからの暗黙の変換を追加
This commit is contained in:
bolero-MURAKAMI 2011-11-03 13:15:21 +09:00
parent 40036a4c05
commit e11c2eb867
5 changed files with 74 additions and 16 deletions

View file

@ -2,6 +2,6 @@
#define SPROUT_UTILITY_HPP
#include <sprout/config.hpp>
#include <sprout/utility/forward.hpp>
#include <sprout/utility/operation.hpp>
#endif // #ifndef SPROUT_UTILITY_HPP