Open
Description
[alg.copy]/16:
Preconditions: The ranges [first, last) and [result, result + (last - first)) do not overlap.
The following test do not have this precondition satisfied, as it doesn't even have [result, result + (last - first)) range:
The following tests seem to be also affected by similar issue:
- std/algorithms/alg.modifying.operations/alg.remove/ranges_remove_copy.pass.cpp
- std/algorithms/alg.modifying.operations/alg.unique/unique_copy.pass.cpp
- std/algorithms/alg.modifying.operations/alg.unique/ranges_unique_copy.pass.cpp