mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Minimize the possible header ambiguiity of including the type_traits test headers by only including the more specific header and using non-system search paths bracket.
This commit is contained in:
parent
9939ea24d1
commit
3a5e8f4aba
@ -19,8 +19,7 @@
|
|||||||
#include <boost/call_traits.hpp>
|
#include <boost/call_traits.hpp>
|
||||||
|
|
||||||
// type_traits/test utilities
|
// type_traits/test utilities
|
||||||
#include <test.hpp>
|
#include "check_type.hpp"
|
||||||
#include <check_type.hpp>
|
|
||||||
|
|
||||||
#ifdef BOOST_MSVC
|
#ifdef BOOST_MSVC
|
||||||
#pragma warning(disable:4181) // : warning C4181: qualifier applied to reference type; ignored
|
#pragma warning(disable:4181) // : warning C4181: qualifier applied to reference type; ignored
|
||||||
|
Loading…
x
Reference in New Issue
Block a user