Re: [PATCH] libstdc++: -D_GLIBCXX_DEBUG fixes in the constrained algos tests

2020-02-27 Thread Jonathan Wakely
On 27/02/20 10:42 -0500, Patrick Palka wrote: This fixes some failures in the constrained algos tests when run in debug mode. libstdc++-v3/ChangeLog: * testsuite/25_algorithms/copy/constrained.cc: Don't assume that the base() of an vector<>::iterator is a pointer. *

[PATCH] libstdc++: -D_GLIBCXX_DEBUG fixes in the constrained algos tests

2020-02-27 Thread Patrick Palka
This fixes some failures in the constrained algos tests when run in debug mode. libstdc++-v3/ChangeLog: * testsuite/25_algorithms/copy/constrained.cc: Don't assume that the base() of an vector<>::iterator is a pointer. *