Commit fa0393c3 authored by Kenton Varda's avatar Kenton Varda

Fix clang 3.6 build.

parent 4c2fcb5a
......@@ -451,7 +451,7 @@ protected:
};
Maybe<Own<Event>> XThreadEvent::fire() {
static constexpr DelayedDoneHack DISPOSER;
static constexpr DelayedDoneHack DISPOSER {};
KJ_IF_MAYBE(n, promiseNode) {
n->get()->get(result);
......
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