Walter Erquinigo d2f18e6b1e Fix 21555fff4de811309ea7935f9cb65578c957d77f
Buildbot failed on Windows
http://lab.llvm.org:8011/#/builders/83/builds/693

Error: On Windows, std::future can't hold an Expected, as it doesn't have a default
constructor.

Solution: Use std::future<bool> instead of std::future<Expected<T>>
2020-11-11 12:30:24 -08:00
..
2020-10-28 12:06:02 -07:00
2019-04-05 17:57:42 +00:00