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 f5a2734 commit 5da5521Copy full SHA for 5da5521
ChangeLog
@@ -1,3 +1,5 @@
1
+v8 2023-01-04
2
+
3
* Split the header file into one file for each modifier. This can
4
in some cases speed up compilation times considerably. The header
5
file <strong_type/strong_type.hpp> still includes everything, so
@@ -8,7 +10,7 @@
8
10
divided, the result will be the first of the type in Ts.
9
11
12
* difference types are conditionally ordered, if the underlying type
- supports it. Previously they were always ordeed, but e.g. a 2D
13
+ supports it. Previously they were always ordered, but e.g. a 2D
14
vector on a plane is a useful difference type, but it is usually
15
not ordered. This change allows the vector in 2D space to be used
16
as a difference type.
0 commit comments