There seems to be an additional bug in -fdelayed-template-parsing
similar to
http://llvm.org/viewvc/llvm-project?view=revision&revision=236063.
This is a workaround for it for <variant> to compile with clang-cl on Windows.
Differential D28734
Added a workaround for a `-fdelayed-template-parsing` bug. mpark on Jan 14 2017, 11:46 AM. Authored by
Details There seems to be an additional bug in -fdelayed-template-parsing This is a workaround for it for <variant> to compile with clang-cl on Windows.
Diff Detail
Event TimelineComment Actions LGTM! Make sure to remove the // UNSUPPORTED: windows in the visit.pass.cpp test before committing.
|