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: unassignedclangb...@nondot.org
          Reporter: mgr...@gmail.com
                CC: llvm-bugs@lists.llvm.org, neeil...@live.com,
                    richard-l...@metafoo.co.uk

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
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to