call static function directly
authorLouis Brandy <ldbrandy@fb.com>
Mon, 20 Mar 2017 21:55:36 +0000 (14:55 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 20 Mar 2017 22:05:25 +0000 (15:05 -0700)
Summary: This code looks really weird and is otherwise confusing.

Reviewed By: andriigrynenko

Differential Revision: D4730812

fbshipit-source-id: d9f4e73145e81f085ce959a76cdb568d3ae4eb52

folly/futures/ManualExecutor.h

index bb755098dd3e4232be27b3efc4c7fa878d920511..a37b92ff1fd553623d51faca96754d82a5d76e28 100644 (file)
@@ -138,7 +138,7 @@ namespace folly {
       }
     };
     std::priority_queue<ScheduledFunc> scheduledFuncs_;
-    TimePoint now_ = now_.min();
+    TimePoint now_ = TimePoint::min();
   };
 
 }