Fix missing qualification in <ext/rope>
authorGeoreth Chow <georeth2010@gmail.com>
Mon, 25 Jul 2016 12:56:12 +0000 (12:56 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 25 Jul 2016 12:56:12 +0000 (13:56 +0100)
commita837417c79ae71cdc8a19c3f2d44317d8d39c32c
treeec7345be1ba6fba5961bdb59f04f8a2ae8ba91a9
parent3d339d5ed071df39e0f19f7f77428c7fe355459f
Fix missing qualification in <ext/rope>

2016-07-25  Georeth Chow  <georeth2010@gmail.com>

* include/ext/ropeimpl.h (rope<>::_S_dump(_RopeRep*, int)): Qualify
_S_concat enumerator.
* testsuite/ext/rope/6.cc: New test.

From-SVN: r238711
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/ropeimpl.h
libstdc++-v3/testsuite/ext/rope/6.cc [new file with mode: 0644]