| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent acc074f commit 3433c2c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -118,7 +118,7 @@ class EngineBase : public IReactiveEngine<Node,TTurn> | |||
| 118 | 118 | ||
| 119 | 119 | private: | |
| 120 | 120 | NodeVectT changedInputs_; | |
| 121 | - empty_task& rootTask_ { *new(task::allocate_root()) empty_task }; | ||
| 121 | + empty_task& rootTask_ = *new(task::allocate_root()) empty_task; | ||
| 122 | 122 | task_list spawnList_; | |
| 123 | 123 | }; | |
| 124 | 124 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments