$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52204 - branches/release/boost/range
From: nesotto_at_[hidden]
Date: 2009-04-05 16:49:48
Author: nesotto
Date: 2009-04-05 16:49:47 EDT (Sun, 05 Apr 2009)
New Revision: 52204
URL: http://svn.boost.org/trac/boost/changeset/52204
Log:
fix for bug Ticket #2903 
Text files modified: 
   branches/release/boost/range/as_literal.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/release/boost/range/as_literal.hpp
==============================================================================
--- branches/release/boost/range/as_literal.hpp	(original)
+++ branches/release/boost/range/as_literal.hpp	2009-04-05 16:49:47 EDT (Sun, 05 Apr 2009)
@@ -38,7 +38,7 @@
             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 @@
             return true;
         }
 
-#ifndef BOOST_NO_INTRINSIC_WCHAR_T 
+#ifndef BOOST_NO_CWCHAR  
         inline bool is_char_ptr( wchar_t* )
         {
             return true;