mirror of
https://github.com/boostorg/typeof.git
synced 2025-08-03 14:54:28 +02:00
removed extra semicolumn to avoid warnings in como
[SVN r2408]
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
typedef typename decode##n::iter BOOST_PP_CAT(iter, BOOST_PP_INC(n));
|
||||
|
||||
#define BOOST_TYPEOF_DECODE_PARAMS(n)\
|
||||
BOOST_PP_REPEAT(n, BOOST_TYPEOF_DECODE_PARAM, BOOST_PP_EMPTY());
|
||||
BOOST_PP_REPEAT(n, BOOST_TYPEOF_DECODE_PARAM, ~)
|
||||
|
||||
// The P0, P1, ... PN are encoded and added to V
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#define BOOST_TYPEOF_ENCODE_PARAMS(n, ID) \
|
||||
BOOST_PP_REPEAT(n, BOOST_TYPEOF_ENCODE_PARAMS_BEGIN, BOOST_PP_EMPTY()) \
|
||||
typename BOOST_TYPEOF_PUSH_BACK<V, mpl::size_t<ID> >::type \
|
||||
typename BOOST_TYPEOF_PUSH_BACK<V, mpl::size_t<ID> >::type \
|
||||
BOOST_PP_REPEAT(n, BOOST_TYPEOF_ENCODE_PARAMS_END, BOOST_PP_EMPTY())
|
||||
|
||||
// constant-time push_back for mpl::vector
|
||||
|
Reference in New Issue
Block a user