implement (but leave commented out) the constexpr tests from P0202 for std::merge...
authorMarshall Clow <mclow.lists@gmail.com>
Mon, 22 Jan 2018 00:11:44 +0000 (00:11 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Mon, 22 Jan 2018 00:11:44 +0000 (00:11 +0000)
commit85642c2bea823d5eed087ee64da030ab767fb00e
treedcc65ea8eb050ca8f6d796b5a5fc1ed31f9357b8
parent79834a1fceb5b7f2f8ee2bd4a800f4f094f8b4c2
implement (but leave commented out) the constexpr tests from P0202 for std::merge. merge requires std::copy, which isn't constexpr yet.

llvm-svn: 323070
libcxx/test/std/algorithms/alg.sorting/alg.merge/merge.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp