There was an error while loading. Please reload this page.
1 parent 70ed18e commit f365efbCopy full SHA for f365efb
1 file changed
tests/test_expected/lwg_4222_tests.cpp
@@ -10,7 +10,7 @@ namespace
10
struct ConstructibleFromUnexpect
11
{
12
ConstructibleFromUnexpect() = default;
13
- explicit ConstructibleFromUnexpect([[maybe_unused]] unexpect_t ut) {}
+ explicit ConstructibleFromUnexpect(unexpect_t) {}
14
};
15
16
} // namespace
0 commit comments