]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Work around a problem of the Sun Forte compiler that chokes on some trailing semicolo...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Mar 2002 12:40:54 +0000 (12:40 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Mar 2002 12:40:54 +0000 (12:40 +0000)
commitacf0ce7730a2ee40dfdbe8f866e5b1005005ed1a
tree22712ca54d8686bcc5c76425da98274ff8377e2e
parente896e5c3bddbf723d4d3e640a508ae4daaa31839
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.