forked from boostorg/config
Merge pull request #68 from MarcelRaad/patch-4
Update for the VS14 RTM standard library
This commit is contained in:
@ -176,7 +176,9 @@
|
|||||||
|
|
||||||
// 520..610 have std::addressof, but it doesn't support functions
|
// 520..610 have std::addressof, but it doesn't support functions
|
||||||
//
|
//
|
||||||
|
#if !defined(_CPPLIB_VER) || _CPPLIB_VER < 650
|
||||||
# define BOOST_NO_CXX11_ADDRESSOF
|
# define BOOST_NO_CXX11_ADDRESSOF
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef _CPPLIB_VER
|
#ifdef _CPPLIB_VER
|
||||||
# define BOOST_DINKUMWARE_STDLIB _CPPLIB_VER
|
# define BOOST_DINKUMWARE_STDLIB _CPPLIB_VER
|
||||||
|
Reference in New Issue
Block a user