tmp/tmp2ep3dmq0/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
-
This
|
| 4 |
-
functions are `constexpr` ([[dcl.constexpr]]). An
|
| 5 |
-
not declare any standard library function signature
|
| 6 |
-
except for those where it is explicitly required. Within
|
| 7 |
-
provides any non-defining declarations of
|
| 8 |
-
constructors an implementation shall provide corresponding
|
|
|
|
| 9 |
|
|
|
|
| 1 |
+
#### Constexpr functions and constructors <a id="constexpr.functions">[[constexpr.functions]]</a>
|
| 2 |
|
| 3 |
+
This International Standard explicitly requires that certain standard
|
| 4 |
+
library functions are `constexpr` ([[dcl.constexpr]]). An
|
| 5 |
+
implementation shall not declare any standard library function signature
|
| 6 |
+
as `constexpr` except for those where it is explicitly required. Within
|
| 7 |
+
any header that provides any non-defining declarations of constexpr
|
| 8 |
+
functions or constructors an implementation shall provide corresponding
|
| 9 |
+
definitions.
|
| 10 |
|