Topic: TR1 Regex: Are non-ECMAScript syntaxes optional?
Author: usenet@aristeia.com (Scott Meyers)
Date: Wed, 15 Feb 2006 21:10:13 GMT Raw View
Issue 7.44 in n1837 states that the non-ECMAScript syntaxes are optional, but it
suggests that they should be made mandatory or omitted. I can't find anything
in TR1 that says they are optional. The proposed resolution to TR1 Regex issues
(n1623) doesn't seem to say anything about non-ECMAScript syntaxes being
optional, and these syntaxes are certainly mentioned in the current TR1 draft
(n1836).
All this suggests that all regex syntaxes mentioned in TR1 are mandatory, but
the comment in issue 7.44 in n1837 makes me worry that I have overlooked or
misunderstood something. Can somebody please let me know whether non-ECMAScript
regex syntaxes are required by TR1?
Thanks,
Scott
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
Author: Pete Becker <petebecker@acm.org>
Date: Wed, 15 Feb 2006 17:36:03 CST Raw View
Scott Meyers wrote:
>
> Can somebody please let me
> know whether non-ECMAScript regex syntaxes are required by TR1?
>
They're required.
--
Pete Becker
Roundhouse Consulting, Ltd.
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]