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

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(std::get<I>(t));
}
} // namespace tuples
using sprout::tuples::get;
} // namespace sprout
#endif // #ifndef SPROUT_TUPLE_UUID_HPP