Re: [PATCH 2/3] Remove unnecessary string literals from static_assert in C++17 tests

2019-04-17 Thread Ville Voutilainen
On Wed, 17 Apr 2019 at 19:09, Jonathan Wakely wrote: > > Remove unnecessary string literals from static_assert in C++17 tests > > The string literal is optional in C++17 and all these are empty so add > no value. > > > Tested powerpc64le-linux. Looks good to me.

[PATCH 2/3] Remove unnecessary string literals from static_assert in C++17 tests

2019-04-17 Thread Jonathan Wakely
Remove unnecessary string literals from static_assert in C++17 tests The string literal is optional in C++17 and all these are empty so add no value. Tested powerpc64le-linux. commit 028676a32fa51c0116e3c117a36550dd04cd39fe Author: Jonathan Wakely Date: Wed Apr 17 14:57:41 2019 +0100