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
dffe869d
"example/example-constants-and-functions.cpp" did not exist on "bf0c7dcc2264317c5e741a00a4fa78b8e12d24cf"
Commit
dffe869d
authored
Jul 15, 2019
by
Thomas Peters
Committed by
Wenzel Jakob
Jul 15, 2019
Browse files
quiet clang warning by adding default move ctor (#1821)
parent
a301c5ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
include/pybind11/iostream.h
include/pybind11/iostream.h
+2
-0
No files found.
include/pybind11/iostream.h
View file @
dffe869d
...
@@ -64,6 +64,8 @@ public:
...
@@ -64,6 +64,8 @@ public:
setp
(
d_buffer
.
get
(),
d_buffer
.
get
()
+
buf_size
-
1
);
setp
(
d_buffer
.
get
(),
d_buffer
.
get
()
+
buf_size
-
1
);
}
}
pythonbuf
(
pythonbuf
&&
)
=
default
;
/// Sync before destroy
/// Sync before destroy
~
pythonbuf
()
{
~
pythonbuf
()
{
sync
();
sync
();
...
...
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