فهرست منبع

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

Brad King 19 سال پیش
والد
کامیت
703c0e32c8
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  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