CMake/Source/kwsys/kwsys_std.h.in

16 lines
264 B
C
Raw Normal View History

#ifndef @KWSYS_NAMESPACE@_std_@KWSYS_STL_HEADER@
#define @KWSYS_NAMESPACE@_std_@KWSYS_STL_HEADER@
#ifdef _MSC_VER
#pragma warning (push, 1)
#pragma warning (disable: 4702)
#endif
#include <@KWSYS_STL_HEADER@>
#ifdef _MSC_VER
#pragma warning(pop)
#endif
#endif