diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /200 |
Diffstat (limited to '200')
-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 |