Ticket #6565: gxx_experimental_cxx0x-config.patch

File gxx_experimental_cxx0x-config.patch, 741 bytes (added by anonymous, 10 years ago)

A possible solution. Patch created against http://svn.boost.org/svn/boost/trunk@78759.

  • boost/preprocessor/config/config.hpp

     
    8383#            define BOOST_PP_VARIADICS 0
    8484#        endif
    8585#    /* Wave (C/C++), GCC (C++) */
    86 #    elif defined __WAVE__ && __WAVE_HAS_VARIADICS__ || defined __GNUC__ && __GXX_EXPERIMENTAL_CXX0X__
     86#    elif defined __WAVE__ && __WAVE_HAS_VARIADICS__ || defined __GNUC__ && defined __GXX_EXPERIMENTAL_CXX0X__
    8787#        define BOOST_PP_VARIADICS 1
    8888#    /* EDG-based (C/C++), GCC (C), and unknown (C/C++) */
    8989#    elif !defined __cplusplus && __STDC_VERSION__ >= 199901L || __cplusplus >= 201103L