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 7443302 commit b67e0b7Copy full SHA for b67e0b7
source/locales.tex
@@ -4701,8 +4701,8 @@
4701
struct aliases_view;
4702
constexpr aliases_view aliases() const noexcept;
4703
4704
- friend constexpr bool operator==(const text_encoding& encoding,
4705
- const text_encoding& other) noexcept;
+ friend constexpr bool operator==(const text_encoding& a,
+ const text_encoding& b) noexcept;
4706
friend constexpr bool operator==(const text_encoding& encoding, id i) noexcept;
4707
4708
static consteval text_encoding literal() noexcept;
0 commit comments