]> https://gitweb.dealii.org/ - dealii.git/commit
Move implementations to .cc file, since not used very often anyway and
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 18 Mar 2002 12:26:38 +0000 (12:26 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 18 Mar 2002 12:26:38 +0000 (12:26 +0000)
commit05fdc243b2c19c7425c0d733a8a8e356d6ba3b95
treeaad5c12b5c8f946d9ddf17367375d786ae6dbe37
parent5283fb1ec51132b5f7d65e5122d5f8c51aa063bd
Move implementations to .cc file, since not used very often anyway and
thus no point to mark inline. change triggered by Sun Forte 6.2's
inability to first declare a function, then define it marked
inline. testcase:

/* ------------------------------------------ */
/* Problem 4 -- "extern" and "inline" collide */
namespace NS2
{
  inline void f();
  inline void f() {};
};

git-svn-id: https://svn.dealii.org/trunk@5570 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/base/include/base/memory_consumption.h
deal.II/base/source/memory_consumption.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.