Skip to content

Commit 5da5521

Browse files
committed
Update for v8
1 parent f5a2734 commit 5da5521

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v8 2023-01-04
2+
13
* Split the header file into one file for each modifier. This can
24
in some cases speed up compilation times considerably. The header
35
file <strong_type/strong_type.hpp> still includes everything, so
@@ -8,7 +10,7 @@
810
divided, the result will be the first of the type in Ts.
911

1012
* difference types are conditionally ordered, if the underlying type
11-
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
1214
vector on a plane is a useful difference type, but it is usually
1315
not ordered. This change allows the vector in 2D space to be used
1416
as a difference type.

0 commit comments

Comments
 (0)