We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896196c commit 1411cf5Copy full SHA for 1411cf5
source/utilities.tex
@@ -7392,7 +7392,7 @@
7392
bad_expected_access() noexcept;
7393
bad_expected_access(const bad_expected_access&) noexcept;
7394
bad_expected_access(bad_expected_access&&) noexcept;
7395
- bad_expected_access& operator=(const bad_expected_access& noexcept);
+ bad_expected_access& operator=(const bad_expected_access&) noexcept;
7396
bad_expected_access& operator=(bad_expected_access&&) noexcept;
7397
~bad_expected_access();
7398
0 commit comments