Re: [PATCH] libstdc++: Add missing call to unused subroutine in split_view test

2020-02-19 Thread Jonathan Wakely
On 19/02/20 14:01 -0500, Patrick Palka wrote: libstdc++-v3/ChangeLog: * testsuite/std/ranges/adaptors/split.cc (test03): Don't include the null terminator of the underlying string as part of the test_range. (main): Call test03. OK.

[PATCH] libstdc++: Add missing call to unused subroutine in split_view test

2020-02-19 Thread Patrick Palka
libstdc++-v3/ChangeLog: * testsuite/std/ranges/adaptors/split.cc (test03): Don't include the null terminator of the underlying string as part of the test_range. (main): Call test03. --- libstdc++-v3/testsuite/std/ranges/adaptors/split.cc | 3 ++- 1 file changed, 2 insertio