From: Wolfgang Bangerth Date: Thu, 6 Oct 2016 16:06:29 +0000 (-0600) Subject: List FE_Enriched as a class only enabled with C++11. X-Git-Tag: v8.5.0-rc1~589^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=230d1b2dd6f691a4eaeb6444c279069b92ce1ca4;p=dealii.git List FE_Enriched as a class only enabled with C++11. --- diff --git a/doc/doxygen/headers/c++11.h b/doc/doxygen/headers/c++11.h index 1445a26f4e..a9397d3493 100644 --- a/doc/doxygen/headers/c++11.h +++ b/doc/doxygen/headers/c++11.h @@ -112,4 +112,5 @@ * - The LinearOperator class and all associated functions such as * linear_operator(), null_operator(), and everything else that is part of * the LAOperators documentation module. + * - The FE_Enriched class. */