mirror of
https://github.com/boostorg/type_traits.git
synced 2025-07-31 21:14:37 +02:00
Fix MSVC warning.
[SVN r66404]
This commit is contained in:
@@ -22,7 +22,7 @@ namespace detail {
|
||||
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma warning( push )
|
||||
#pragma warning( disable : 4584 )
|
||||
#pragma warning( disable : 4584 4250)
|
||||
#elif defined __GNUC__
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user