From: wolf Date: Thu, 12 Sep 2002 22:12:31 +0000 (+0000) Subject: Remove X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=addfb844c9e650b4df5c93fad9c788a8df51c2ed;p=dealii-svn.git Remove //TODO:[WB] (compiler) replace s.c_str() by s when that is possible This is not realistic: the standard is at it is. It's not a problem of the compilers. git-svn-id: https://svn.dealii.org/trunk@6412 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/exceptions.cc b/deal.II/base/source/exceptions.cc index bbe4611bfa..afd76e9ea6 100644 --- a/deal.II/base/source/exceptions.cc +++ b/deal.II/base/source/exceptions.cc @@ -12,9 +12,6 @@ //---------------------------- exceptions.cc --------------------------- -//TODO:[WB] (compiler) replace s.c_str() by s when that is possible - - #include #include #include