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
37ef74c5
Commit
37ef74c5
authored
Mar 31, 2017
by
Sylvain Corlay
Committed by
Jason Rhinelander
Apr 01, 2017
Browse files
Wrong msvc version
parent
280470d8
Changes
1
Hide 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 @
37ef74c5
...
...
@@ -50,7 +50,7 @@
#elif defined(_MSC_VER)
// Pybind hits various compiler bugs in 2015u2 and earlier, and also makes use of some stl features
// (e.g. std::negation) added in 2015u3:
# if _MSC_FULL_VER < 19002421
3
# if _MSC_FULL_VER < 19002421
0
# error pybind11 requires MSVC 2015 update 3 or newer
# 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