Merge pull request #68 from MarcelRaad/patch-4

Update for the VS14 RTM standard library
This commit is contained in:
jzmaddock
2015-07-21 11:50:10 +01:00

View File

@ -176,7 +176,9 @@
// 520..610 have std::addressof, but it doesn't support functions
//
#if !defined(_CPPLIB_VER) || _CPPLIB_VER < 650
# define BOOST_NO_CXX11_ADDRESSOF
#endif
#ifdef _CPPLIB_VER
# define BOOST_DINKUMWARE_STDLIB _CPPLIB_VER