You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/davidd/prog/fiber_new/build/_deps/catch2-src/src/catch2/../catch2/internal/catch_xmlwriter.hpp:18:10: warning: elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword
| enum class XmlFormatting : uint8_t {
| ~~~~ ^~~~~
/home/davidd/prog/fiber_new/build/_deps/catch2-src/src/catch2/../catch2/internal/catch_xmlwriter.hpp:18:30: error: found ‘:’ in nested-name-specifier, expected ‘::’
18 | enum class XmlFormatting : uint8_t {
Describe the bug
Compilation error C++20
gcc 12 ok, 13 and 14 error
Expected behavior
Should compile
Platform information:
g++ -ggdb -O3 -std=gnu++20
Built in cmake using fetchcontent
Suggested fix
The text was updated successfully, but these errors were encountered: