Commit c2d1d958 by Matthias Möller Committed by Wenzel Jakob

Update common.h (#606)

fixed VS build, when _DEBUG is just defined without any value assigned (e.g. VS15)
parent 57a9bbc6
......@@ -61,7 +61,7 @@
# define HAVE_ROUND
# pragma warning(push)
# pragma warning(disable: 4510 4610 4512 4005)
# if _DEBUG
# if defined(_DEBUG)
# define PYBIND11_DEBUG_MARKER
# undef _DEBUG
# endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment