[libcxx-commits] [PATCH] D84275: [Libcxx] Finish implementing Paper 0202R3

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 14 14:02:32 PDT 2020


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/test/std/algorithms/alg.sorting/alg.merge/merge.pass.cpp:46
 template <class InIter1, class InIter2, class OutIter>
-void
-test()
-{
+void test() {
     {
----------------
It would have been lovely to make all these tests `constexpr` as well, but they are using `<random>`. We could rework the tests to make more of it constexpr friendly if desired, but I think this is good enough as is for now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84275/new/

https://reviews.llvm.org/D84275



More information about the libcxx-commits mailing list