[PATCH] D48240: Try again to implement a FIFO task queue

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 26 07:35:34 PDT 2018


zturner added a comment.

The static_assert is in a template function though, which shouldn’t get
instantiated unless you create an instance of the class. And creating that
instance is ifdef’ed out. If it fixes it just move the ifdef up, but I’m a
bit confused.

Also i tested with msvc I guess that could be it


Repository:
  rL LLVM

https://reviews.llvm.org/D48240





More information about the llvm-commits mailing list