Namespaces
Variants
Actions

Talk:cpp/utility/expected/bad expected access

From cppreference.com

typo in one of error() functions overload:

it states: `const E&& error() && noexcept`

while it should: `const E&& error() CONST&& noexcept`


DaPi (talk) 06:44, 10 March 2023 (PST)

Aye, captain.  Done --Ybab321 (talk) 07:23, 10 March 2023 (PST)