Ticket #3726: no_nullptr_msvc_2010.patch

File no_nullptr_msvc_2010.patch, 632 bytes (added by Matthew Bradbury <msb_6@…>, 13 years ago)

Patch

  • visualc.hpp

     
    163163#define BOOST_NO_LAMBDAS
    164164#define BOOST_NO_RVALUE_REFERENCES
    165165#define BOOST_NO_STATIC_ASSERT
     166#define BOOST_NO_NULLPTR
    166167#endif // _MSC_VER < 1600
    167168
    168169// C++0x features not supported by any versions
     
    176177#define BOOST_NO_EXTERN_TEMPLATE
    177178#define BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS
    178179#define BOOST_NO_INITIALIZER_LISTS
    179 #define BOOST_NO_NULLPTR
    180180#define BOOST_NO_RAW_LITERALS
    181181#define BOOST_NO_SCOPED_ENUMS
    182182#define BOOST_NO_SFINAE_EXPR