]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Move implementations to .cc file, since not used very often anyway and
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Mar 2002 12:26:38 +0000 (12:26 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Mar 2002 12:26:38 +0000 (12:26 +0000)
commit606e62d068256a5f79515f47de1a67f9c9975e3e
treeacb8c726d496a6584f1d10dfacf0d4d14a8fcad2
parent5a0cd953f05ec4559f944b1c48cab294f0500629
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.