From a157c345ee306c9778c21900472973138757745f Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 24 Mar 2005 18:20:18 +0000 Subject: [PATCH] Updated is_convertible test cases to check polymorphic-type conversions. Added more test types to testing header. Changed utility code to use new test header. [SVN r27807] --- call_traits_test.cpp | 2 +- compressed_pair_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/call_traits_test.cpp b/call_traits_test.cpp index 9a10df6..872e08c 100644 --- a/call_traits_test.cpp +++ b/call_traits_test.cpp @@ -19,7 +19,7 @@ #include #include -#include +#include // a way prevent warnings for unused variables template inline void unused_variable(const T&) {} diff --git a/compressed_pair_test.cpp b/compressed_pair_test.cpp index 5a7340c..026fa59 100644 --- a/compressed_pair_test.cpp +++ b/compressed_pair_test.cpp @@ -14,7 +14,7 @@ #include #include -#include +#include #define BOOST_INCLUDE_MAIN #include