mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Merge branch 'develop' of https://github.com/boostorg/config into develop
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// VS2005 (VC8) docs: __assume has been in Visual C++ for multiple releases
|
// VS2005 (VC8) docs: __assume has been in Visual C++ for multiple releases
|
||||||
#define BOOST_UNREACHABLE_RETURN(x) __assume(0)
|
#define BOOST_UNREACHABLE_RETURN(x) __assume(0);
|
||||||
|
|
||||||
#if _MSC_FULL_VER < 180020827
|
#if _MSC_FULL_VER < 180020827
|
||||||
# define BOOST_NO_FENV_H
|
# define BOOST_NO_FENV_H
|
||||||
|
Reference in New Issue
Block a user