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

            Bug ID: 19698
           Summary: __has_feature(cxx_decltype_auto) is not implemented
           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

#if __has_feature(cxx_decltype_auto)
#error Yes
#endif

clang++ -std=c++1y cxx_decltype_auto.cpp reports no error.

Grepping shows only docs.

$ git grep cxx_decltype_auto
docs/LanguageExtensions.rst:Use ``__has_feature(cxx_decltype_auto)`` or
docs/LanguageExtensions.rst:``__has_extension(cxx_decltype_auto)`` to determine
if support

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