[llvm-bugs] [Bug 48090] Non-type template argument parse error
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Nov 5 12:54:56 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48090
Oleg Derevenetz <oleg-derevenetz at yandex.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Oleg Derevenetz <oleg-derevenetz at yandex.ru> ---
This will be fixed by adding "template" keyword like this:
Bits<T>::template bitop<op>(bits[0], bits[0]);
Sorry for troubling.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201105/0b18f726/attachment.html>
More information about the llvm-bugs
mailing list