]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
pgcc4 rightfully complains that an instantiation requires a definition.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Jun 2002 12:48:19 +0000 (12:48 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 Jun 2002 12:48:19 +0000 (12:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@6076 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 45c107a64b4f2af61e71fc34e55f9edb31351c79..de91f23d0f1ef5eae55124677d623f6dedcf494e 100644 (file)
@@ -1603,7 +1603,7 @@ dnl /* ----------------------------------------------- */
 dnl struct X
 dnl {
 dnl     template <typename T2>
-dnl     X operator = (T2 &);
+dnl     X operator = (T2 &){};
 dnl };
 dnl 
 dnl template X X::operator=<float> (float &);
@@ -1627,7 +1627,7 @@ AC_DEFUN(DEAL_II_CHECK_MEMBER_OP_TEMPLATE_INST, dnl
        struct X
        {
            template <typename T2>
-           X operator = (T2 &);
+           X operator = (T2 &){};
        };
 
        template X X::operator=<float> (float &);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.