bump min c++ standard
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user