Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
8e7133d6
Commit
8e7133d6
authored
Sep 05, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed old and unneeded ::kernel_2a typedef references.
parent
82188a3d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bridge.h
dlib/bridge/bridge.h
+2
-2
bsp.h
dlib/bsp/bsp.h
+1
-1
No files found.
dlib/bridge/bridge.h
View file @
8e7133d6
...
...
@@ -388,7 +388,7 @@ namespace dlib
{
if
(
receive_pipe
)
{
sockstreambuf
::
kernel_2a
buf
(
con
);
sockstreambuf
buf
(
con
);
std
::
istream
in
(
&
buf
);
typename
receive_pipe_type
::
type
item
;
// This isn't necessary but doing it avoids a warning about
...
...
@@ -466,7 +466,7 @@ namespace dlib
try
{
sockstreambuf
::
kernel_2a
buf
(
con
);
sockstreambuf
buf
(
con
);
std
::
ostream
out
(
&
buf
);
typename
transmit_pipe_type
::
type
item
;
// This isn't necessary but doing it avoids a warning about
...
...
dlib/bsp/bsp.h
View file @
8e7133d6
...
...
@@ -54,7 +54,7 @@ namespace dlib
}
scoped_ptr
<
connection
>
con
;
sockstreambuf
::
kernel_2a
buf
;
sockstreambuf
buf
;
std
::
iostream
stream
;
bool
terminated
;
};
...
...
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