summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_compiler.h
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-30 18:13:15 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-30 18:13:15 +0000
commit64634dccf05eab5ebe98fd6a08055e4184e40c03 (patch)
tree82af70bc7df065ad38707ff2e93639da96eb034e /libstdc++-v3/include/bits/regex_compiler.h
parent900467dc6af65765a2dc5dce13a35db7d40b0301 (diff)
2013-07-30 Paolo Carlini <paolo.carlini@oracle.com>
Revert last commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201348 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/regex_compiler.h')
-rw-r--r--libstdc++-v3/include/bits/regex_compiler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libstdc++-v3/include/bits/regex_compiler.h b/libstdc++-v3/include/bits/regex_compiler.h
index badea8c641e2..dae0948404c7 100644
--- a/libstdc++-v3/include/bits/regex_compiler.h
+++ b/libstdc++-v3/include/bits/regex_compiler.h
@@ -936,8 +936,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
if (_M_match_token(_ScannerT::_S_token_backref))
{
// __m.push(_Matcher::_S_opcode_ordchar, _M_cur_value);
- _M_state_store._M_set_back_ref(true);
- //return true;
+ return true;
}
if (_M_match_token(_ScannerT::_S_token_subexpr_begin))
{