From: Daniel Arndt Date: Tue, 13 Aug 2019 19:26:51 +0000 (-0400) Subject: Cleanup comment X-Git-Tag: v9.2.0-rc1~1208^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03c9b4463b6d822749ccc3e3e95db588eb64a3ae;p=dealii.git Cleanup comment --- diff --git a/include/deal.II/base/symmetric_tensor.h b/include/deal.II/base/symmetric_tensor.h index 83901d0d48..214ba824e0 100644 --- a/include/deal.II/base/symmetric_tensor.h +++ b/include/deal.II/base/symmetric_tensor.h @@ -594,9 +594,6 @@ public: * symmetrize function first. If you aren't sure, it is good * practice to check before calling symmetrize. * - * If you want to use this function in a `constexpr` context, - * use symmetrize() instead. - * * Because we check for symmetry via a non-constexpr function call, you will * have to use the symmetrize() function in constexpr contexts instead. */