X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fwxradar.cxx;h=a97a6fb738224ef6a2419b8ac29a9eef2556f0b4;hb=c6045147544badd6daefdcab9d4de1ed6936533b;hp=613a3c24372c9e69349666cda0c327ebfb543a3c;hpb=eb2a167331807d0800fe3312f0a9994584444880;p=flightgear.git diff --git a/src/Instrumentation/wxradar.cxx b/src/Instrumentation/wxradar.cxx index 613a3c243..a97a6fb73 100644 --- a/src/Instrumentation/wxradar.cxx +++ b/src/Instrumentation/wxradar.cxx @@ -46,12 +46,12 @@ #include #include -SG_USING_STD(stringstream); -SG_USING_STD(endl); -SG_USING_STD(setprecision); -SG_USING_STD(fixed); -SG_USING_STD(setw); -SG_USING_STD(setfill); +using std::stringstream; +using std::endl; +using std::setprecision; +using std::fixed; +using std::setw; +using std::setfill; #include
#include