[libcxx-commits] [PATCH] D106827: [libc++] Implement the resolution for LWG3522 in all language modes.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 26 14:14:38 PDT 2021


ldionne requested changes to this revision.
ldionne added inline comments.
This revision now requires changes to proceed.


================
Comment at: libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_constraint.compile.pass.cpp:18
+#include <type_traits>
+#include <vector>
+
----------------
You're missing tests for some of the constructors you modified, aren't you?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106827



More information about the libcxx-commits mailing list