From 7b7eeadafa7945847386d11de59f7dab4de01918 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Sat, 22 Sep 2001 02:54:01 +0000 Subject: [PATCH] Improve test so it works even if wchar_t.h is not present. [SVN r11191] --- test/boost_no_wchar_t.ipp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/boost_no_wchar_t.ipp b/test/boost_no_wchar_t.ipp index 66027e17..8207984f 100644 --- a/test/boost_no_wchar_t.ipp +++ b/test/boost_no_wchar_t.ipp @@ -11,7 +11,9 @@ // to explicitly specialize a template on wchar_t if there // is already a specialization for other integer types. +#ifndef BOOST_NO_CWCHAR #include +#endif namespace boost_no_intrinsic_wchar_t{