summaryrefslogtreecommitdiff
path: root/boost/logic/tribool_io.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/logic/tribool_io.hpp')
-rw-r--r--boost/logic/tribool_io.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/logic/tribool_io.hpp b/boost/logic/tribool_io.hpp
index 0d7af8c230..2696dcaf16 100644
--- a/boost/logic/tribool_io.hpp
+++ b/boost/logic/tribool_io.hpp
@@ -45,7 +45,7 @@ template<>
inline std::basic_string<char> default_false_name<char>()
{ return "false"; }
-# ifndef BOOST_NO_WCHAR_T
+# if !defined(BOOST_NO_CWCHAR)
/**
* \brief Returns the wide character string L"false".
*
@@ -76,7 +76,7 @@ template<>
inline std::basic_string<char> default_true_name<char>()
{ return "true"; }
-# ifndef BOOST_NO_WCHAR_T
+# if !defined(BOOST_NO_CWCHAR)
/**
* \brief Returns the wide character string L"true".
*
@@ -104,7 +104,7 @@ template<>
inline std::basic_string<char> get_default_indeterminate_name<char>()
{ return "indeterminate"; }
-#ifndef BOOST_NO_WCHAR_T
+#if !defined(BOOST_NO_CWCHAR)
/// Returns the wide character string L"indeterminate".
template<>
inline std::basic_string<wchar_t> get_default_indeterminate_name<wchar_t>()