]> git.mxchange.org Git - simgear.git/blobdiff - simgear/xml/easyxml.hxx
Initial work on CMake support for SimGear.
[simgear.git] / simgear / xml / easyxml.hxx
index d59d371b0022e413937d1ce77f23f9fb4170a0d6..f5ff575d9dcb2d803f277c3e32bfe6af335e32a6 100644 (file)
@@ -15,9 +15,9 @@
 #include <string>
 #include <vector>
 
-SG_USING_STD(istream);
-SG_USING_STD(string);
-SG_USING_STD(vector);
+using std::istream;
+using std::string;
+using std::vector;
 
 
 /**