From 80a504f643872d94b4f69f153124c6232a5a005e Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 20 Aug 2011 23:02:27 +0000 Subject: [PATCH] Use new-style using declaration and document the reason. git-svn-id: https://svn.dealii.org/trunk@24120 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5