Re: [libcxx] r292091 - Implement the missing constexpr stuff in . Fixes PR#31645.

2017-01-19 Thread Hans Wennborg via cfe-commits
Merged to 4.0 in r292494 as requested. On Sun, Jan 15, 2017 at 7:02 PM, Marshall Clow via cfe-commits wrote: > Author: marshall > Date: Sun Jan 15 21:02:10 2017 > New Revision: 292091 > > URL: http://llvm.org/viewvc/llvm-project?rev=292091&view=rev > Log: > Implement the missing constexpr stuff i

[libcxx] r292091 - Implement the missing constexpr stuff in . Fixes PR#31645.

2017-01-15 Thread Marshall Clow via cfe-commits
Author: marshall Date: Sun Jan 15 21:02:10 2017 New Revision: 292091 URL: http://llvm.org/viewvc/llvm-project?rev=292091&view=rev Log: Implement the missing constexpr stuff in . Fixes PR#31645. Modified: libcxx/trunk/include/array libcxx/trunk/test/std/containers/sequences/array/at.pass.c