mirror of
https://github.com/boostorg/utility.git
synced 2025-06-25 03:51:34 +02: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:
@ -19,8 +19,7 @@
|
||||
#include <boost/call_traits.hpp>
|
||||
|
||||
// type_traits/test utilities
|
||||
#include <test.hpp>
|
||||
#include <check_type.hpp>
|
||||
#include "check_type.hpp"
|
||||
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma warning(disable:4181) // : warning C4181: qualifier applied to reference type; ignored
|
||||
|
Reference in New Issue
Block a user