From: ehofman Date: Sun, 9 Nov 2003 08:56:09 +0000 (+0000) Subject: Change istringstream back to a typedef so there is no need to redefine every class... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=13a42f1d9e34cbb5fd45bbfdb0b7d0524734c715;p=simgear.git Change istringstream back to a typedef so there is no need to redefine every class memeber. --- diff --git a/simgear/compatibility/sstream b/simgear/compatibility/sstream index 6188ce94..a90a6498 100644 --- a/simgear/compatibility/sstream +++ b/simgear/compatibility/sstream @@ -14,8 +14,7 @@ namespace std { }; - class istringstream : public istrstream { - }; + typedef istrstream istringstream; };