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

tuple support: random_result

This commit is contained in:
bolero-MURAKAMI 2013-04-22 14:51:38 +09:00
parent ba3d7d74b0
commit f461643582
4 changed files with 97 additions and 3 deletions

View file

@ -55,7 +55,6 @@ namespace sprout {
};
template<typename T1, typename T2>
struct get_impl<1, sscrisk::cel::pair<T1, T2> > {
public:
public:
SPROUT_CONSTEXPR T2& operator()(sscrisk::cel::pair<T1, T2>& t) const {
return t.second;