[llvm-bugs] [Bug 38044] clang fails to consider the most specialized template definition when it's partialy specialized with multiple template template parameters

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 3 15:57:13 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=38044

Michaël ROYNARD <michaelroynard at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Michaël ROYNARD <michaelroynard at gmail.com> ---
Thank you for your quick reply and explanation.
It's all clear now what's happening. I'll try using the
-frelaxed-template-template-args option for clang and see what happens.

Now that I know where the problem is, I can make code fix so that I have
matching template template parameter in case the option break too much of my
existing code.

-- 
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/20180703/04d6834f/attachment.html>


More information about the llvm-bugs mailing list