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

            Bug ID: 25391
           Summary: [PATCH] libc++ is too pessimistic about features
                    supported by current gcc
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: b...@linaro.org
                CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com
    Classification: Unclassified

Created attachment 15209
  --> https://llvm.org/bugs/attachment.cgi?id=15209&action=edit
Patch fixing this relative to current svn trunk (rev 251949)

libc++ currently assumes gcc doesn't support variable templates, noexcept,
trailing return or always inline variadics.

All of those features are supported by gcc >= 5.0 if
-std=c++11/-std=gnu++11/-std=c++14/std=gnu++14 was passed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to