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:
Rene Rivera 2024-08-17 01:26:12 -05:00
parent 9939ea24d1
commit 3a5e8f4aba

View File

@ -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