Commit fe80a229 authored by Kenton Varda's avatar Kenton Varda

Work around Clang 3.8.

parent f6df70e5
......@@ -31,7 +31,7 @@ const Clock& nullClock() {
public:
Date now() const override { return UNIX_EPOCH; }
};
static KJ_CONSTEXPR(const) NullClock NULL_CLOCK;
static KJ_CONSTEXPR(const) NullClock NULL_CLOCK = NullClock();
return NULL_CLOCK;
}
......
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