sprout/tuple/sscrisk/cel/utility.hpp 追加

This commit is contained in:
bolero-MURAKAMI 2011-10-31 20:10:07 +09:00
parent a7b415f2b1
commit 871f9179c4
6 changed files with 121 additions and 10 deletions

View file

@ -27,6 +27,8 @@ namespace sprout {
return std::move(sprout::tuples::get<I>(t));
}
} // namespace tuples
using sprout::tuples::get;
} // namespace sprout
#endif // #ifndef SPROUT_TUPLE_TUPLE_COMPARISON_HPP