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 04c9fd2 commit d714306Copy full SHA for d714306
ChangeLog
@@ -4,8 +4,8 @@ v9 2023-01-23
4
are built.
5
6
* A type predicate strong::type_is_v<type, modifier> has been introduced.
7
- It can be used in compile time tests for generic code to ensute that
8
- a strong type has the necessary modifiers. Exmple:
+ It can be used in compile time tests for generic code to ensure that
+ a strong type has the necessary modifiers. Example:
9
10
using type = strong::type<int, struct type_,
11
strong::ordered,
@@ -25,7 +25,7 @@ v9 2023-01-23
25
* std::numeric_limits<T> is specialized for types using the
26
strong::arithmetic modifier.
27
28
- * Added missing const&& overloads fore value_of()
+ * Added missing const&& overloads for value_of()
29
30
v8 2023-01-04
31
0 commit comments