Re: [PATCH] libstdc++: Fix static_assert.

2016-01-17 Thread Torvald Riegel
On Sun, 2016-01-17 at 17:03 +, Jonathan Wakely wrote: > On 17 January 2016 at 17:01, Jonathan Wakely wrote: > > On 16 January 2016 at 22:47, Torvald Riegel wrote: > >> This adds a missing string argument to a call to static_assert, thus not > >> making it depend on c++1z extensions. This fixes

Re: [PATCH] libstdc++: Fix static_assert.

2016-01-17 Thread Jonathan Wakely
On 17 January 2016 at 17:01, Jonathan Wakely wrote: > On 16 January 2016 at 22:47, Torvald Riegel wrote: >> This adds a missing string argument to a call to static_assert, thus not >> making it depend on c++1z extensions. This fixes the build breakage on >> mingw introduced in 232454. >> >> Tested

Re: [PATCH] libstdc++: Fix static_assert.

2016-01-17 Thread Jonathan Wakely
On 16 January 2016 at 22:47, Torvald Riegel wrote: > This adds a missing string argument to a call to static_assert, thus not > making it depend on c++1z extensions. This fixes the build breakage on > mingw introduced in 232454. > > Tested on x86_64-linux. OK? OK.