[llvm-bugs] [Bug 44459] New: Error when compiling Boost MP11 mp_similar

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Jan 4 10:52:10 PST 2020


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

            Bug ID: 44459
           Summary: Error when compiling Boost MP11 mp_similar
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++17
          Assignee: unassignedclangbugs at nondot.org
          Reporter: tobias.loew at steag.com
                CC: blitzrakete at gmail.com, erik.pilkington at gmail.com,
                    llvm-bugs at lists.llvm.org, richard-llvm at metafoo.co.uk

The following code results in an ambiguity-error:

#include <list>
#include <boost/mp11.hpp>

int main(){
    static constexpr bool b = boost::mp11::mp_similar<std::list<int>,
std::list<int>>::value;
}



Please find here an example:
https://godbolt.org/z/Wzaa6_

-- 
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/20200104/d9d75752/attachment.html>


More information about the llvm-bugs mailing list