"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "b3794f10879cf9cd519f583794cb6b6460d7324a"
Commit dffe869d authored by Thomas Peters's avatar Thomas Peters Committed by Wenzel Jakob
Browse files

quiet clang warning by adding default move ctor (#1821)

parent a301c5ad
......@@ -64,6 +64,8 @@ public:
setp(d_buffer.get(), d_buffer.get() + buf_size - 1);
}
pythonbuf(pythonbuf&&) = default;
/// Sync before destroy
~pythonbuf() {
sync();
......
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