We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f38bab commit 0662ae2Copy full SHA for 0662ae2
libcxx/test/std/containers/container.adaptors/flat.set/helpers.h
@@ -30,7 +30,7 @@ void check_invariant(const std::flat_set<Args...>& m) {
30
}
31
32
template <class F>
33
-void test_emplace_exception_guarantee(F&& emplace_function) {
+void test_emplace_exception_guarantee([[maybe_unused]] F&& emplace_function) {
34
#ifndef TEST_HAS_NO_EXCEPTIONS
35
using C = TransparentComparator;
36
{
0 commit comments