On 23/11/16 15:25 +, Jonathan Wakely wrote:
I accidentally backported tests using { target c++11 } to the branch,
but that only works on trunk. One test was also using C++14-only
features, but is meant to be valid in C++11.
Also committed this version to gcc-5-branch.
commit 597074d529972
I accidentally backported tests using { target c++11 } to the branch,
but that only works on trunk. One test was also using C++14-only
features, but is meant to be valid in C++11.
* testsuite/24_iterators/reverse_iterator/71771.cc: Replace calls to
C++14 std::rbeing and std::rend.