projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Simplifications and clean-ups
[invirt/third/libt4.git]
/
rpc
/
thr_pool.h
diff --git
a/rpc/thr_pool.h
b/rpc/thr_pool.h
index
df11f20
..
a864784
100644
(file)
--- a/
rpc/thr_pool.h
+++ b/
rpc/thr_pool.h
@@
-4,7
+4,7
@@
#include "types.h"
#include "fifo.h"
-typedef function<void()> job_t;
+typedef std::function<void()> job_t;
class thread_pool {
public: