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
When compiling (on linux), using gcc 12.3.0, the following error popped up: In file included from /home/ldco/Projects/SuperNative/trunk/build/Release/_deps/catch2-src/src/catch2/internal/catch_lazy_expr.cpp:10: /home/ldco/Projects/SuperNative/trunk/build/Release/_deps/catch2-src/src/catch2/../catch2/internal/catch_decomposer.hpp:154:11: error: ‘class Catch::ITransientExpression’ has virtual functions and accessible non-virtual destructor [-Werror=non-virtual-dtor] 154 | class ITransientExpression { | ^~~~~~~~~~~~~~~~~~~~
The cause of this error comes from this commit (so 3.5.3 was still ok) 459ac85
The text was updated successfully, but these errors were encountered:
When compiling (on linux), using gcc 12.3.0, the following error popped up:
In file included from /home/ldco/Projects/SuperNative/trunk/build/Release/_deps/catch2-src/src/catch2/internal/catch_lazy_expr.cpp:10: /home/ldco/Projects/SuperNative/trunk/build/Release/_deps/catch2-src/src/catch2/../catch2/internal/catch_decomposer.hpp:154:11: error: ‘class Catch::ITransientExpression’ has virtual functions and accessible non-virtual destructor [-Werror=non-virtual-dtor] 154 | class ITransientExpression { | ^~~~~~~~~~~~~~~~~~~~
The cause of this error comes from this commit (so 3.5.3 was still ok)
459ac85
The text was updated successfully, but these errors were encountered: