Skip to content

GCC 11 compatibility (C++17)

Mattias Ellert requested to merge ellert/arc:gcc11-c++17 into master

In GCC 11 the default C++ standard will be C++17. Fix compilation with -std=c++17. Still works with older versions.

Merge request reports