From: Wolfgang Bangerth Date: Wed, 7 Oct 2020 00:15:53 +0000 (-0600) Subject: There is no need to mark a declaration as 'inline'. X-Git-Tag: v9.3.0-rc1~1025^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fe9534beba90cbd0b7bd969b555dfc6d1b83088;p=dealii.git There is no need to mark a declaration as 'inline'. Only the definition needs to be marked so. --- diff --git a/include/deal.II/dofs/dof_accessor.h b/include/deal.II/dofs/dof_accessor.h index 997e5befff..83a5381f9e 100644 --- a/include/deal.II/dofs/dof_accessor.h +++ b/include/deal.II/dofs/dof_accessor.h @@ -1482,9 +1482,9 @@ public: /** * Return an array of iterators to all faces of this cell. */ - inline boost::container:: - small_vector::faces_per_cell> - face_iterators() const; + boost::container::small_vector::faces_per_cell> + face_iterators() const; /** * Return the result of the @p neighbor_child_on_subface function of the