From Jason Turner

[constexpr.functions]

Diff to HTML by rtfpessoa

tmp/tmpa8miwg7c/{from.md → to.md} RENAMED
@@ -2,8 +2,8 @@
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
 
 
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 an
8
+ implementation shall provide corresponding definitions.
9