|
Boost.RegexHistory |
|
Boost 1.33.0.
format_literal
that
treats the replace string as a literal, rather than a Perl or Sed style
format string.
regex_error
. The types used previously - bad_expression
and
bad_pattern
- are now just typedefs for regex_error
. Type
regex_error
has a couple of new members: code()
to report an error code rather
than a string, and position()
to report where in the expression the error
occured.Boost 1.32.1.
Boost 1.31.0.
Revised 28 June 2004
© Copyright John Maddock 1998- 2004
Use, modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)