|
Boost : |
From: Eric Niebler (eric_at_[hidden])
Date: 2005-06-13 17:07:09
The following trivial pattern:
boost::regex pat("[\\D]");
throws an "Invalid or trailing backslash" exception. This is in
violation of the ECMAScript (ECMA-262) specification, section 15.10.1,
which means Boost.Regex does not satisfy TR1. Known problem? Any
intention to fix this?
-- Eric Niebler Boost Consulting www.boost-consulting.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk