Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2007-10-05 15:00:50


Author: eric_niebler
Date: 2007-10-05 15:00:43 EDT (Fri, 05 Oct 2007)
New Revision: 39717
URL: http://svn.boost.org/trac/boost/changeset/39717

Log:
put format string argument in non-deduced context
Text files modified:
   trunk/boost/xpressive/regex_algorithms.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/xpressive/regex_algorithms.hpp
==============================================================================
--- trunk/boost/xpressive/regex_algorithms.hpp (original)
+++ trunk/boost/xpressive/regex_algorithms.hpp 2007-10-05 15:00:43 EDT (Fri, 05 Oct 2007)
@@ -570,7 +570,7 @@
 (
     std::basic_string<Char> const &str
   , basic_regex<typename std::basic_string<Char>::const_iterator> const &re
- , std::basic_string<Char> const &fmt
+ , std::basic_string<typename mpl::identity<Char>::type> const &fmt
   , regex_constants::match_flag_type flags = regex_constants::match_default
 )
 {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk