Skip to content

Commit f365efb

Browse files
committed
test: restore GCC 8 compatibility in LWG-4222 tests
1 parent 70ed18e commit f365efb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_expected/lwg_4222_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace
1010
struct ConstructibleFromUnexpect
1111
{
1212
ConstructibleFromUnexpect() = default;
13-
explicit ConstructibleFromUnexpect([[maybe_unused]] unexpect_t ut) {}
13+
explicit ConstructibleFromUnexpect(unexpect_t) {}
1414
};
1515

1616
} // namespace

0 commit comments

Comments
 (0)