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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to