On Wed, 17 Apr 2019 at 19:09, Jonathan Wakely <jwak...@redhat.com> 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.