]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/routetest.cxx
Don't waste space with too huge stl containers.
[simgear.git] / simgear / route / routetest.cxx
index 3a0b585310bba69bb7cb34dc7bec70ebdae52973..4c10e7eebd1674085546b91e82c7ffdf7fa70652 100644 (file)
@@ -6,8 +6,8 @@
 #include "route.hxx"
 #include "waypoint.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::cout;
+using std::endl;
 
 void dump_route(const SGRoute& route, const char* message)
 {