From bcc0ea30cfae00934d0467cd84add3224c966136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?= Date: Sun, 5 Apr 2009 20:46:02 +0000 Subject: [PATCH] Ticket #2903 [SVN r52202] --- include/boost/range/as_literal.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/range/as_literal.hpp b/include/boost/range/as_literal.hpp index 38cc9cf..2f04ca8 100644 --- a/include/boost/range/as_literal.hpp +++ b/include/boost/range/as_literal.hpp @@ -38,7 +38,7 @@ namespace boost return strlen( s ); } -#ifndef BOOST_NO_INTRINSIC_WCHAR_T +#ifndef BOOST_NO_CWCHAR inline std::size_t length( const wchar_t* s ) { return wcslen( s ); @@ -61,7 +61,7 @@ namespace boost return true; } -#ifndef BOOST_NO_INTRINSIC_WCHAR_T +#ifndef BOOST_NO_CWCHAR inline bool is_char_ptr( wchar_t* ) { return true;