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 5f0060b commit 9e85ef5Copy full SHA for 9e85ef5
README.md
@@ -33,7 +33,7 @@ constexpr fixed_string second = "World!";
33
static_assert(first == second); // false
34
static_assert(first != second); // true
35
static_assert(first < second); // true
36
-static_assert(first <= second); // false
+static_assert(first <= second); // true
37
static_assert(first > second); // false
38
static_assert(first >= second); // false
39
static_assert(first <=> second != 0); // true
0 commit comments