summaryrefslogtreecommitdiff
path: root/boost/locale/conversion.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/locale/conversion.hpp')
-rw-r--r--boost/locale/conversion.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/locale/conversion.hpp b/boost/locale/conversion.hpp
index 2b274ec53d..36f3a4fd64 100644
--- a/boost/locale/conversion.hpp
+++ b/boost/locale/conversion.hpp
@@ -102,7 +102,7 @@ namespace boost {
#endif
};
- #ifdef BOOST_HAS_CHAR16_T
+ #ifdef BOOST_LOCALE_ENABLE_CHAR16_T
template<>
class BOOST_LOCALE_DECL converter<char16_t> : public converter_base, public std::locale::facet {
public:
@@ -117,7 +117,7 @@ namespace boost {
};
#endif
- #ifdef BOOST_HAS_CHAR32_T
+ #ifdef BOOST_LOCALE_ENABLE_CHAR32_T
template<>
class BOOST_LOCALE_DECL converter<char32_t> : public converter_base, public std::locale::facet {
public: