Ticket #2379: variant.patch
File variant.patch, 662 bytes (added by , 14 years ago) |
---|
-
boost/variant/detail/substitute.hpp
151 151 152 152 ///// iteration, depth == 1 153 153 154 #elif BOOST_PP_ITERATION_DEPTH() == 1 154 // For gcc 4.4 compatability, we must include the 155 // BOOST_PP_ITERATION_DEPTH test inside an #else clause. 156 #else // BOOST_PP_IS_ITERATING 157 #if BOOST_PP_ITERATION_DEPTH() == 1 155 158 #define i BOOST_PP_FRAME_ITERATION(1) 156 159 157 160 #if i > 0 … … 228 231 #endif // i 229 232 230 233 #undef i 234 #endif // BOOST_PP_ITERATION_DEPTH() 231 235 #endif // BOOST_PP_IS_ITERATING