From 4988f17fc1a1bc81fa172bd0214629274404114c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 5 May 2022 08:42:16 -0600 Subject: [PATCH] Minor edits to the C++ namespace documentation. --- doc/doxygen/headers/c++.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 {} -- 2.39.5