From: Wolfgang Bangerth Date: Thu, 5 May 2022 14:42:16 +0000 (-0600) Subject: Minor edits to the C++ namespace documentation. X-Git-Tag: v9.4.0-rc1~276^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4988f17fc1a1bc81fa172bd0214629274404114c;p=dealii.git Minor edits to the C++ namespace documentation. --- diff --git a/doc/doxygen/headers/c++.h b/doc/doxygen/headers/c++.h index 6367ab97f7..d69b23af2e 100644 --- a/doc/doxygen/headers/c++.h +++ b/doc/doxygen/headers/c++.h @@ -82,7 +82,7 @@ * Some functions such as determinant() are specified as `constexpr`: these rely * on the generalized constexpr support available in C++14. Some functions, * such as unit_symmetric_tensor(), rely on further developments of `constexpr` - * only * available in C++17 and newer. As such, this function is declared as + * only available in C++17 and newer. As such, this function is declared as * @code * template * DEAL_II_CONSTEXPR inline SymmetricTensor<2, dim, Number> @@ -110,10 +110,8 @@ * useful C++14 features in this namespace. Presently, as the library now requires * C++14, usage of this namespace is deprecated. * - * @note If the compiler in use actually does support C++14, then the - * contents of this namespace are simply imported classes and - * functions from namespace `std`. That is, we fall back to what the - * compiler provides, rather than our own implementations. + * This namespace contains functions imported from `namespace std`. It + * used to be used in the same way as the std_cxx17 namespace. */ namespace std_cxx14 {}