]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a point I was not really aware about previously: strstreams need <<ends!.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 Feb 2000 12:31:18 +0000 (12:31 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 Feb 2000 12:31:18 +0000 (12:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@2447 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/exceptions.cc

index f0fab5687de6d6ba3611ff8182eedb4ab56f445a..4d3ac406b36fb10b024703564805b189087dc9ab 100644 (file)
@@ -80,7 +80,8 @@ const char * ExceptionBase::what () const {
   PrintInfo (converter);
   
   converter << "--------------------------------------------------------"
-           << endl;
+           << endl
+           << ends;
 
   description = converter.str();
 

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.