]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor edits to the C++ namespace documentation. 13675/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 5 May 2022 14:42:16 +0000 (08:42 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 5 May 2022 14:42:16 +0000 (08:42 -0600)
doc/doxygen/headers/c++.h

index 6367ab97f7e9381c056d42875d2604cafb6e2eae..d69b23af2e134699a331d5ec45f1e4594ed15498 100644 (file)
@@ -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 <int dim, typename Number>
  * DEAL_II_CONSTEXPR inline SymmetricTensor<2, dim, Number>
  * 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
 {}

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.