Skip to content

Commit

Permalink
Fix syntax error in bad_expected_access<void>
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronek committed Jan 1, 2025
1 parent 896196c commit a1f038b
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 a1f038b

Please sign in to comment.