]> https://gitweb.dealii.org/ - dealii.git/commit
Work around a problem of the Sun Forte compiler that chokes on some trailing semicolo...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 20 Mar 2002 12:40:54 +0000 (12:40 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 20 Mar 2002 12:40:54 +0000 (12:40 +0000)
commit12d69395a905141c4305a6978683199ea4213afb
treeafd479e61a56bf4bdaf970a16748176c5c3ce961
parentc7a6b334eed1f627320bb7494f94bae2b2f9cc1e
Work around a problem of the Sun Forte compiler that chokes on some trailing semicolons, like in
/* ---------------------------------------- */
/* Problem 1 -- extraneous semicolon?       */
/* (Why does this go away if not a template */
/* or in a namespace?)                      */
namespace NS1 {
    template <class T>
    void test () {};
};

/* ---------------------------------------- */
/* Problem 2 -- extraneous semicolon?       */
/* (Why for inner but not outer namespace?) */
namespace NS2 {
  namespace NS3  {};
};

Fix this by simply removing them.

git-svn-id: https://svn.dealii.org/trunk@5595 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/base/source/exceptions.cc
deal.II/base/source/function_lib.cc
deal.II/base/source/tensor.cc

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.