Explorar o código

BUG: Need to undefine temporary macros defined at top of file.

Brad King %!s(int64=19) %!d(string=hai) anos
pai
achega
703c0e32c8
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      Source/kwsys/Glob.hxx.in

+ 5 - 0
Source/kwsys/Glob.hxx.in

@@ -94,4 +94,9 @@ protected:
 
 } // namespace @KWSYS_NAMESPACE@
 
+/* Undefine temporary macro.  */
+#if !defined (KWSYS_NAMESPACE) && !@KWSYS_NAMESPACE@_NAME_IS_KWSYS
+# undef kwsys_stl
+#endif
+
 #endif