1. Background
During the review of [P0556R1], LEWG requested 
Returns: The minimal value
such thaty isispow2 ( y ) trueand; ify >= x is not representable as a value of typey , the result is an unspecified value.T 
At the [SAN] meeting, LEWG took a poll reconsidering this decision at the request of SG6:
Change ceil2 to hard UB, ill-formed in constexpr
SF F N A SA 11 5 1 0 0 
As discussed in [P1233R0] (out-of-bounds 
2. Proposal
Wording relative to [N4778]:
template < class T > constexpr T ceil2 ( T x ) noexcept ; 
- Expects: A value
representable as a value of typey exists whereT isispow2 ( y ) trueand.y >= x 
Returns: The minimal value y such that ispow2(y) is true and y >= x
; if y is not representable as a value of type T, the result is an unspecified value.
Remarks: This function shall not participate in overload resolution unless T is an unsigned integer type ([basic.fundamental]).
3. Discussion
For values of