forked from boostorg/config
Avoid spurious MSVC NOMINMAX redefinition warning (submitted by Andreas Scherer)
[SVN r8377]
This commit is contained in:
@@ -325,8 +325,11 @@
|
|||||||
# undef min
|
# undef min
|
||||||
# undef max
|
# undef max
|
||||||
# endif
|
# endif
|
||||||
|
# ifndef NOMINMAX
|
||||||
|
// avoid spurious NOMINMAX redefinition warning
|
||||||
# define NOMINMAX
|
# define NOMINMAX
|
||||||
# endif
|
# endif
|
||||||
|
# endif
|
||||||
# define BOOST_NO_STD_ITERATOR_TRAITS
|
# define BOOST_NO_STD_ITERATOR_TRAITS
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user