]> https://gitweb.dealii.org/ - dealii.git/commit
Remove semicolons to work around a bug in Sun Forte. Testcase:
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 18 Mar 2002 13:09:02 +0000 (13:09 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 18 Mar 2002 13:09:02 +0000 (13:09 +0000)
commitd5d79cd39d8555689e134af1b7cd7ef1c6233e3e
treeeaf8d0e0ba02f32dbd479ed869b07b46254e3422
parent05fdc243b2c19c7425c0d733a8a8e356d6ba3b95
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.