Skip to content

Commit

Permalink
[expected.bad.void] Fix syntax error in bad_expected_access<void> (#7529
Browse files Browse the repository at this point in the history
)

Introduced by commit 8c99744
  • Loading branch information
Bronek authored Jan 1, 2025
1 parent 896196c commit 1411cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7392,7 +7392,7 @@
bad_expected_access() noexcept;
bad_expected_access(const bad_expected_access&) noexcept;
bad_expected_access(bad_expected_access&&) noexcept;
bad_expected_access& operator=(const bad_expected_access& noexcept);
bad_expected_access& operator=(const bad_expected_access&) noexcept;
bad_expected_access& operator=(bad_expected_access&&) noexcept;
~bad_expected_access();

Expand Down

0 comments on commit 1411cf5

Please sign in to comment.