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