From addfb844c9e650b4df5c93fad9c788a8df51c2ed Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 12 Sep 2002 22:12:31 +0000 Subject: [PATCH] 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 --- deal.II/base/source/exceptions.cc | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5