[PATCH] D62202: Work around a Visual C++ bug

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 21 11:30:46 PDT 2019


probinson added a comment.

The helper is passed as a template parameter to a class ctor, and that instantiated class calls the helper from operator(), so I suppose maybe enough indirection through lambdas....
but this seems kind of involved for getting my builds to work.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62202/new/

https://reviews.llvm.org/D62202





More information about the cfe-commits mailing list