$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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