We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1154d2b + 620bf4c commit 74f88caCopy full SHA for 74f88ca
boost/phoenix/stl/tuple.hpp
@@ -109,8 +109,8 @@ namespace boost { namespace phoenix {
109
// Make unpacked argument placeholders
110
namespace placeholders {
111
#define BOOST_PP_LOCAL_LIMITS (1, BOOST_PHOENIX_ARG_LIMIT)
112
- #define BOOST_PP_LOCAL_MACRO(N) \
113
- auto uarg##N = \
+ #define BOOST_PP_LOCAL_MACRO(N) \
+ const auto uarg##N = \
114
boost::phoenix::get_<(N)-1>(boost::phoenix::placeholders::arg1);
115
#include BOOST_PP_LOCAL_ITERATE()
116
}
0 commit comments