From: Wolfgang Bangerth Date: Fri, 30 May 2003 20:15:27 +0000 (+0000) Subject: Remove a couple of stray semicolons, for the same reasons as in the X-Git-Tag: v8.0.0~16481 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b708372b76f008fec961a884575df286d1659cc;p=dealii.git Remove a couple of stray semicolons, for the same reasons as in the commits before. git-svn-id: https://svn.dealii.org/trunk@7697 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 391aae8c94..eacb087866 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -1716,9 +1716,9 @@ AC_DEFUN(DEAL_II_CHECK_LOCAL_TYPEDEF_COMP, dnl T (SubT); }; - template T::T (SubT) {}; + template T::T (SubT) {} - template class T<3> ; + template class T<3>; ], [], [ @@ -1782,9 +1782,9 @@ AC_DEFUN(DEAL_II_CHECK_TEMPLATE_SPEC_ACCESS, dnl template int T::bar () { return T::i; - }; + } - template class T<2,1> ; + template class T<2,1>; ], [], [ @@ -1836,7 +1836,7 @@ AC_DEFUN(DEAL_II_CHECK_MEMBER_OP_TEMPLATE_INST, dnl struct X { template - X operator = (T2 &) { return X(); }; + X operator = (T2 &) { return X(); } }; template X X::operator= (float &); @@ -1904,9 +1904,9 @@ AC_DEFUN(DEAL_II_CHECK_NAMESP_TEMPL_FRIEND_BUG, dnl C(const C&); template friend class C; }; - }; + } - namespace NS2 { template class C; }; + namespace NS2 { template class C; } template class X { template friend class NS2::C; @@ -1918,9 +1918,8 @@ AC_DEFUN(DEAL_II_CHECK_NAMESP_TEMPL_FRIEND_BUG, dnl namespace NS { template inline C::C(const C&) - {}; - }; - + {} + } ], [], [ @@ -2097,7 +2096,7 @@ AC_DEFUN(DEAL_II_CHECK_IMPLEMENTED_PURE_FUNCTION_BUG, dnl template Function::~Function () - {}; + {} template class Function<1>; template Function<1>::~Function(); @@ -2152,7 +2151,7 @@ AC_DEFUN(DEAL_II_CHECK_TEMPLATE_TEMPLATE_TYPEDEF_BUG, dnl }; template