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
OpenDAS
dlib
Commits
d748529a
Commit
d748529a
authored
Mar 11, 2016
by
Davis King
Browse files
fixed cout and cerr in mex wrapper
parent
7e8109b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/matlab/mex_wrapper.cpp
dlib/matlab/mex_wrapper.cpp
+1
-1
No files found.
dlib/matlab/mex_wrapper.cpp
View file @
d748529a
...
...
@@ -2946,7 +2946,7 @@ namespace mex_binding
setp
(
&
buf
[
0
],
&
buf
[
0
]
+
buf
.
size
()
-
2
);
// make cout send data to mex_warn_streambuf
std
::
c
out
.
rdbuf
(
this
);
std
::
c
err
.
rdbuf
(
this
);
}
...
...
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