Skip to content

Commit f156481

Browse files
committed
Use the pass macro from C++
1 parent 301f99a commit f156481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/cmath.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ https://www.boost.org/LICENSE_1_0.txt
99
:idprefix: cmath_
1010

1111
Decimal contains overloads for all functions from `<cmath>`, and they have the same handling as built-in floating point types.
12-
They are also all constexpr with C\\++14 unlike the built-in floating point types which require either C++23 or 26.
12+
They are also all constexpr with pass:[C++14] unlike the built-in floating point types which require either pass:[C++23] or 26.
1313
Additionally, all functions are marked `noexcept`.
1414

1515
All of these functions are impacted by the global rounding mode as described in xref:cfenv.adoc[rounding modes] as well as the `DEC_FLT_EVAL_METHOD` from xref:cfloat.adoc[evaluation methods].

0 commit comments

Comments
 (0)