Skip to content

Commit 1411cf5

Browse files
authored
[expected.bad.void] Fix syntax error in bad_expected_access<void> (#7529)
Introduced by commit 8c99744
1 parent 896196c commit 1411cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7392,7 +7392,7 @@
73927392
bad_expected_access() noexcept;
73937393
bad_expected_access(const bad_expected_access&) noexcept;
73947394
bad_expected_access(bad_expected_access&&) noexcept;
7395-
bad_expected_access& operator=(const bad_expected_access& noexcept);
7395+
bad_expected_access& operator=(const bad_expected_access&) noexcept;
73967396
bad_expected_access& operator=(bad_expected_access&&) noexcept;
73977397
~bad_expected_access();
73987398

0 commit comments

Comments
 (0)