mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
fix issue #1804 (warning about redefined macros)
This commit is contained in:
parent
b3bf248eec
commit
a1b71df137
@ -41,16 +41,15 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__GNUG__) && !defined(__clang__)
|
|
||||||
#include <cxxabi.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#include "attr.h"
|
#include "attr.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "detail/class.h"
|
#include "detail/class.h"
|
||||||
#include "detail/init.h"
|
#include "detail/init.h"
|
||||||
|
|
||||||
|
#if defined(__GNUG__) && !defined(__clang__)
|
||||||
|
# include <cxxabi.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
|
NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
|
||||||
|
|
||||||
/// Wraps an arbitrary C++ function/method/lambda function/.. into a callable Python object
|
/// Wraps an arbitrary C++ function/method/lambda function/.. into a callable Python object
|
||||||
|
Loading…
Reference in New Issue
Block a user