A few more tests for posix extended alternation
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@109107 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1596,10 +1596,10 @@ void
|
||||
__alternate<_CharT>::__exec_split(bool __second, __state& __s) const
|
||||
{
|
||||
__s.__do_ = __state::__accept_but_not_consume;
|
||||
if (!__second)
|
||||
__s.__node_ = this->first();
|
||||
else
|
||||
if (__second)
|
||||
__s.__node_ = this->second();
|
||||
else
|
||||
__s.__node_ = this->first();
|
||||
}
|
||||
|
||||
// __begin_marked_subexpression
|
||||
|
Reference in New Issue
Block a user