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
a1b71df1
"vscode:/vscode.git/clone" did not exist on "5812d64ba28b62e6509ea1e8b115464e7b45256b"
Commit
a1b71df1
authored
Jun 19, 2019
by
Wenzel Jakob
Browse files
fix issue #1804 (warning about redefined macros)
parent
b3bf248e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
include/pybind11/pybind11.h
include/pybind11/pybind11.h
+4
-5
No files found.
include/pybind11/pybind11.h
View file @
a1b71df1
...
...
@@ -41,16 +41,15 @@
# endif
#endif
#if defined(__GNUG__) && !defined(__clang__)
#include <cxxabi.h>
#endif
#include "attr.h"
#include "options.h"
#include "detail/class.h"
#include "detail/init.h"
#if defined(__GNUG__) && !defined(__clang__)
# include <cxxabi.h>
#endif
NAMESPACE_BEGIN
(
PYBIND11_NAMESPACE
)
/// Wraps an arbitrary C++ function/method/lambda function/.. into a callable Python object
...
...
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