From 3a5e8f4aba91553a68a1bfcb3041ca1d433ba4a4 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 17 Aug 2024 01:26:12 -0500 Subject: [PATCH] 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. --- test/call_traits_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/call_traits_test.cpp b/test/call_traits_test.cpp index ea9d533..dea9975 100644 --- a/test/call_traits_test.cpp +++ b/test/call_traits_test.cpp @@ -19,8 +19,7 @@ #include // type_traits/test utilities -#include -#include +#include "check_type.hpp" #ifdef BOOST_MSVC #pragma warning(disable:4181) // : warning C4181: qualifier applied to reference type; ignored