[libcxx-commits] [PATCH] D126119: [libc++] Enable more warnings in the test suite

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 21 07:36:49 PDT 2022


philnik added inline comments.


================
Comment at: libcxx/test/std/concepts/concepts.lang/concept.constructible/constructible_from.compile.pass.cpp:109-111
-  test<void (Empty::*)(const int&) throw()>();
-  test<void (Empty::*)(const int&) throw(),
-       void(Empty::*)(const int&) noexcept(true)>();
----------------
@Mordante These test-cases look completely redundant to me. Do you know why you added them?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126119



More information about the libcxx-commits mailing list