Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
c2d1d958
Commit
c2d1d958
authored
Jan 31, 2017
by
Matthias Möller
Committed by
Wenzel Jakob
Jan 31, 2017
Browse files
Update common.h (#606)
fixed VS build, when _DEBUG is just defined without any value assigned (e.g. VS15)
parent
57a9bbc6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/pybind11/common.h
include/pybind11/common.h
+1
-1
No files found.
include/pybind11/common.h
View file @
c2d1d958
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
# define HAVE_ROUND
# define HAVE_ROUND
# pragma warning(push)
# pragma warning(push)
# pragma warning(disable: 4510 4610 4512 4005)
# pragma warning(disable: 4510 4610 4512 4005)
# if _DEBUG
# if
defined(
_DEBUG
)
# define PYBIND11_DEBUG_MARKER
# define PYBIND11_DEBUG_MARKER
# undef _DEBUG
# undef _DEBUG
# endif
# endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment