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
f3ef255e
Commit
f3ef255e
authored
Apr 09, 2015
by
Davis E. King
Browse files
Merge pull request #12 from Abai/master
Fix dlib tests for c++11
parents
7ce411c0
c1cb614d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
dlib/test/pipe.cpp
dlib/test/pipe.cpp
+1
-1
dlib/test/read_write_mutex.cpp
dlib/test/read_write_mutex.cpp
+1
-1
dlib/test/timer.cpp
dlib/test/timer.cpp
+1
-1
No files found.
dlib/test/pipe.cpp
View file @
f3ef255e
...
...
@@ -22,7 +22,7 @@ namespace
namespace
pipe_kernel_test_helpers
{
const
unsigned
long
proc1_count
=
10000
;
mutex
m
;
dlib
::
mutex
m
;
signaler
s
(
m
);
unsigned
long
threads_running
=
0
;
bool
found_error
;
...
...
dlib/test/read_write_mutex.cpp
View file @
f3ef255e
...
...
@@ -42,7 +42,7 @@ namespace
read_write_mutex
m
;
mutex
mut
;
dlib
::
mutex
mut
;
int
num_write
;
int
num_read
;
int
max_read
;
...
...
dlib/test/timer.cpp
View file @
f3ef255e
...
...
@@ -23,7 +23,7 @@ namespace
class
timer_test_helper
{
public:
mutex
m
;
dlib
::
mutex
m
;
int
count
;
dlib
::
uint64
timestamp
;
dlib
::
timestamper
ts
;
...
...
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