You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(VER) comes with 27 major changes and 66 fixed Bugzilla issues.
9
-
A huge thanks goes to the 47 contributors who made $(VER) possible.)
8
+
$(VER) comes with 28 major changes and 68 fixed Bugzilla issues.
9
+
A huge thanks goes to the 48 contributors who made $(VER) possible.)
10
10
11
11
$(BUGSTITLE_TEXT_HEADER Compiler changes,
12
12
@@ -20,7 +20,7 @@ $(LI $(RELATIVE_LINK2 error_for_c-style_arrays,Deprecated C-style array declarat
20
20
$(LI $(RELATIVE_LINK2 fix19043,Mangling of extern(C++) template on Windows now correctly mangles const non-pointer template parameters.))
21
21
$(LI $(RELATIVE_LINK2 objc_offsetof_tupleof,`.offsetof` and `.tupleof` for fields of Objective-C classes have now been disabled))
22
22
$(LI $(RELATIVE_LINK2 osx64_long_cppmangling,64-bit OS X: Revert C++ mangling of `long` to pre-2.079 to restore `size_t` interop))
23
-
$(LI $(RELATIVE_LINK2 uda-function-arguments,UDAs on function arguments are now supported))
23
+
$(LI $(RELATIVE_LINK2 uda-function-parameters,UDAs on function parameters are now supported))
24
24
25
25
)
26
26
@@ -36,6 +36,7 @@ $(LI $(RELATIVE_LINK2 utsname_version,core.sys.posix.utsname.update renamed to v
36
36
$(BUGSTITLE_TEXT_HEADER Library changes,
37
37
38
38
$(LI $(RELATIVE_LINK2 math_float_double_implementations,Single- and double-precision implementations for (a)tan and exp function families))
39
+
$(LI $(RELATIVE_LINK2 std-algorithm-iteration-each-early-stopping,`std.algorithm.iteration.each` is now capable of early-stopping))
39
40
$(LI $(RELATIVE_LINK2 std-algorithm-iteration-joiner,`std.algorithm.iteration.joiner` can now be used for bidirectional ranges))
40
41
$(LI $(RELATIVE_LINK2 std-algorithm-searching-skipOver,`std.algorithm.searching.skipOver` can now handle variadic arguments))
41
42
$(LI $(RELATIVE_LINK2 std-array-asStatic,Added `staticArray` to construct a static array from array / input range. Includes a length-inferring compile-time variant.))
0 commit comments