bump min c++ standard

This commit is contained in:
conrad
2022-12-07 12:07:36 +10:00
parent 8a24a0a0e8
commit ffd570ef2f
+1 -1
View File
@@ -18597,7 +18597,7 @@ int main()
If the above program is stored as <i>example.cpp</i>,
under Linux and macOS it can be compiled using:
<br>
<ul><code>g++ example.cpp -o example -std=c++11 -O2 -larmadillo</code></ul>
<ul><code>g++ example.cpp -o example -std=c++14 -O2 -larmadillo</code></ul>
</li>
<br>
<li>