blob: f82ad65b4be00113d1ef8dda0aeedd758bfe816e (
plain)
1
2
3
4
5
6
|
Title: Check build with old C++ standards
Author: rodarima
Created: Fri, 21 Jun 2024 18:25:05 +0000
State: closed
The static_assert fails with standards older than C++11, so we may want to only enable it if available. So far it seems to build with C++03.
|