http://llvm.org/bugs/show_bug.cgi?id=18746

            Bug ID: 18746
           Summary: rejects-valid on a constexpr member function of a
                    class template with a deduced return type and no
                    return statements
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++1y
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Testcase:

template<typename T> struct X { constexpr auto f() {} };

See also:

http://stackoverflow.com/questions/21440602/constexpr-class-template-member-function-with-deduced-void-return-type

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to