diff options
Diffstat (limited to '200/index.md')
-rw-r--r-- | 200/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/200/index.md b/200/index.md new file mode 100644 index 0000000..f82ad65 --- /dev/null +++ b/200/index.md @@ -0,0 +1,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.
\ No newline at end of file |