From 5d085424e83b02a39187fbedc4727898c366ddc9 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 14 Sep 2007 22:24:22 +0000 Subject: [PATCH] Merge from trunk. [SVN r39287] --- include/boost/range/as_literal.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/range/as_literal.hpp b/include/boost/range/as_literal.hpp index 069f82d..0d6b946 100755 --- a/include/boost/range/as_literal.hpp +++ b/include/boost/range/as_literal.hpp @@ -66,7 +66,7 @@ namespace boost } template< class T > - inline long is_char_ptr( T r ) + inline long is_char_ptr( T /* r */ ) { return 0L; }