Skip to content

Commit 78e0117

Browse files
committed
Swap [diff.cpp03.locale] and [diff.cpp03.numerics] for numerical clause order
1 parent fae7fb7 commit 78e0117

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

‎source/compatibility.tex‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2733,6 +2733,16 @@
27332733
Some \keyword{const} member functions, such as \tcode{data} and \tcode{c_str},
27342734
no longer invalidate iterators.
27352735

2736+
\rSec2[diff.cpp03.locale]{\ref*{localization}: localization library}
2737+
2738+
\diffref{facet.num.get.virtuals}
2739+
\change
2740+
The \tcode{num_get} facet recognizes hexadecimal floating-point values.
2741+
\rationale
2742+
Required by new feature.
2743+
\effect
2744+
Valid \CppIII{} code may have different behavior in this revision of \Cpp{}.
2745+
27362746
\rSec2[diff.cpp03.numerics]{\ref*{numerics}: numerics library}
27372747

27382748
\diffref{complex.numbers}
@@ -2745,16 +2755,6 @@
27452755
binary representation of the required template specializations of
27462756
\tcode{std::complex} may not be compatible with this revision of \Cpp{}.
27472757

2748-
\rSec2[diff.cpp03.locale]{\ref*{localization}: localization library}
2749-
2750-
\diffref{facet.num.get.virtuals}
2751-
\change
2752-
The \tcode{num_get} facet recognizes hexadecimal floating-point values.
2753-
\rationale
2754-
Required by new feature.
2755-
\effect
2756-
Valid \CppIII{} code may have different behavior in this revision of \Cpp{}.
2757-
27582758
\rSec2[diff.cpp03.input.output]{\ref*{input.output}: input/output library}
27592759

27602760
\diffref{istream.sentry,ostream.sentry,iostate.flags}

0 commit comments

Comments
 (0)