Skip to content
Snippets Groups Projects
Commit bff1f751 authored by Brad King's avatar Brad King
Browse files

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

parent ca0f1c9d
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment