]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/std/std_utility.h
Move from CPP to CXX.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / std_utility.h
index b9c6c09ff648e64495acba08f5e4dc40349130f2..a0d7bbe8d57faeb0ae53f8655d9aefd94d2c8674 100644 (file)
  *  in your programs, rather than any of the "st[dl]_*.h" implementation files.
  */
 
-#ifndef _CPP_UTILITY
-#define _CPP_UTILITY 1
+#ifndef _UTILITY
+#define _UTILITY 1
 
 #pragma GCC system_header
 #include <bits/c++config.h>
 #include <bits/stl_relops.h>
 #include <bits/stl_pair.h>
 
-#endif /* _CPP_UTILITY */
+#endif /* _UTILITY */
 
 // Local Variables:
 // mode:C++