From: bangerth Date: Sat, 20 Aug 2011 23:02:27 +0000 (+0000) Subject: Use new-style using declaration and document the reason. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a504f643872d94b4f69f153124c6232a5a005e;p=dealii-svn.git Use new-style using declaration and document the reason. git-svn-id: https://svn.dealii.org/trunk@24120 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe.h b/deal.II/include/deal.II/fe/fe.h index 747bdccdd7..8410801371 100644 --- a/deal.II/include/deal.II/fe/fe.h +++ b/deal.II/include/deal.II/fe/fe.h @@ -1397,7 +1397,12 @@ class FiniteElement : public Subscriptor, bool is_primitive (const unsigned int i) const; - FiniteElementData::is_primitive; + /** + * Import function that is overloaded + * by the one above and would otherwise + * be hidden. + */ + using FiniteElementData::is_primitive; /** * Number of base elements in a