]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove outdated comment.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Feb 2000 13:35:12 +0000 (13:35 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Feb 2000 13:35:12 +0000 (13:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@2401 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/log.cc

index 1b089c3d6fb354ed4e5e41296f69d885d2077994..2ce43286823b290cd0fa83be933399fe4c16cb3c 100644 (file)
@@ -59,21 +59,18 @@ LogStream::get_file_stream()
 void
 LogStream::push (const string& text)
 {
-                                  // strange enough: if make this
-                                  // function non-inline with
-                                  // gcc2.8, we get very strange
-                                  // compiler errors...
   string pre=prefixes.top();
   pre += text;
   pre += string(":");
   prefixes.push(pre);
-}
+};
+
 
 
 void LogStream::pop ()
 {
   prefixes.pop();
-}
+};
 
 
 

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.