Commit 7c13f633 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f4b0e93e
......@@ -50,9 +50,6 @@ using std::tie;
#include <vector>
using std::vector;
#include <functional>
using std::function;
// nil is synonym for nullptr and NULL.
const nullptr_t nil = nullptr;
......
......@@ -86,7 +86,7 @@ class _WatchLink : public object {
sync::Mutex _txmu; // serializes writes
sync::Once _txclose1;
function<void()> _serveCancel;
func<void()> _serveCancel;
#if 0
sync.WorkGroup *_serveWG
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment