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

            Bug ID: 41560
           Summary: Assertion `!Init->isValueDependent()' with c++17
                    deduction guides
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]

compile -cc1 --std=gnu++17

template <bool> struct a;
template <class b, class> class fbvector {
  static constexpr bool c = b ::e;
  fbvector(a<c>);
};
template <class f, class d = int> fbvector(f)->fbvector<typename f ::g, d>;

-- 
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