mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-11 21:34:03 +00:00
polished small test utility
This commit is contained in:
parent
6d6bb75504
commit
87ff899ceb
@ -336,7 +336,7 @@ struct xystr
|
||||
#define TUPLE_MAKER_CREATE(z,n,tuple) \
|
||||
template<BOOST_PP_ENUM_PARAMS(n,typename T)> \
|
||||
static tuple<BOOST_PP_ENUM_PARAMS(n,T)> \
|
||||
create(BOOST_PP_ENUM_BINARY_PARAMS(n,T,t)){ \
|
||||
create(BOOST_PP_ENUM_BINARY_PARAMS(n,const T,& t)){ \
|
||||
return tuple<BOOST_PP_ENUM_PARAMS(n,T)>( \
|
||||
BOOST_PP_ENUM_PARAMS(n,t)); \
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user