This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Fri, Apr 25, 2014 at 5:14 PM, Jonathan Wakely <jwakely@redhat.com> wrote: > I wonder if this would be simpler to read like this: > > if (!__re._M_automaton->_M_has_backref > #ifndef _GLIBCXX_REGEX_USE_THOMPSON_NFA > && __policy == _RegexExecutorPolicy::_S_alternate > #endif > ) I don't think this has equivalent logic. If _GLIBCXX_REGEX_USE_THOMPSON_NFA is not defined, the _S_alternate should also work, for testing purpose. Other parts is good. Sorry for those inconvenience :( -- Regards, Tim Shen
Attachment:
1.diff
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |