C++ style guide: Difference between revisions

Jump to navigation Jump to search
1 byte removed ,  24 August 2021
(→‎C++ features: Overhaul text.)
Line 210: Line 210:
in Octave.
in Octave.


If the implementation using a C++14, C++17, or C++20 feature is very beneficial.  Make it optional via <code>configure</code> feature detection or also implement an alternative code in the absence of said feature.  In any case, please get in contact with the Octave maintainers on [https://octave.discourse.group/c/maintainers/7 Discourse].
If the implementation using a C++14, C++17, or C++20 feature is very beneficial, make it optional via <code>configure</code> feature detection or also implement an alternative code in the absence of said feature.  In any case, please get in contact with the Octave maintainers on [https://octave.discourse.group/c/maintainers/7 Discourse].


<syntaxhighlight lang="cpp">
<syntaxhighlight lang="cpp">

Navigation menu