mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Utility: Remove obsolete MSVC version check
[SVN r85932]
This commit is contained in:
parent
bcd50e9105
commit
fc4bc227b5
@ -33,7 +33,6 @@
|
||||
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma warning(push)
|
||||
#if _MSC_VER >= 1310
|
||||
// It is safe to ignore the following warning from MSVC 7.1 or higher:
|
||||
// "warning C4351: new behavior: elements of array will be default initialized"
|
||||
#pragma warning(disable: 4351)
|
||||
@ -41,7 +40,6 @@
|
||||
// a const type: "warning C4512: assignment operator could not be generated".
|
||||
#pragma warning(disable: 4512)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef BOOST_NO_COMPLETE_VALUE_INITIALIZATION
|
||||
// Implementation detail: The macro BOOST_DETAIL_VALUE_INIT_WORKAROUND_SUGGESTED
|
||||
|
Loading…
x
Reference in New Issue
Block a user