"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "560ed3e34fb667f7100284241caaa77f3f95c660"
Commit f8584b63 authored by Wenzel Jakob's avatar Wenzel Jakob
Browse files

quench some warnings in operators.h

parent 08802949
......@@ -12,6 +12,10 @@
#include "pybind11.h"
#include <type_traits>
#if defined(__clang__)
# pragma clang diagnostic ignored "-Wunsequenced" // multiple unsequenced modifications to 'self' (when using def(py::self OP Type()))
#endif
NAMESPACE_BEGIN(pybind11)
NAMESPACE_BEGIN(detail)
......
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