]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Remove semicolons to work around a bug in Sun Forte. Testcase:
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Mar 2002 13:09:02 +0000 (13:09 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Mar 2002 13:09:02 +0000 (13:09 +0000)
commitcdccc20319d3df32f352b926623f748f9e56db8f
tree17c44276098367c5c54feb3ea1f3c589d05ca6b4
parent606e62d068256a5f79515f47de1a67f9c9975e3e
Remove semicolons to work around a bug in Sun Forte. Testcase:
/* ---------------------------------- */
/* Problem 1 -- extraneous semicolon? */
namespace NS1 {
    template <class T>
    void test () {};
};

Avoid friend declaration of typedefs. Testcase:
/* -------------------------------- */
/* Problem 6 -- friend and typedefs */
class T3;
class T4
{
    typedef T3 Tloc;
    friend class Tloc;
};

git-svn-id: https://svn.dealii.org/trunk@5571 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/lac/include/lac/block_vector.h
deal.II/lac/include/lac/block_vector.templates.h

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.