On Wed, 12 May 2021 08:38:39 +0200 Jaromír Doleček <jaromir.dole...@gmail.com> wrote:
> e.g. MySQL 8.0.* seems to rely on this. > > Jaromir MySQL 8.0.* reports problems because they compile without extensions using -std=c++14 , if they used -std=gnu++14 it would work. Or the could use SET(CMAKE_CXX_STANDARD 14) and SET(CMAKE_CXX_EXTENSIONS ON) . see cmake/build_configurations/compiler_options.cmake in the source tree. Niclas Rosenvik