[llvm-bugs] [Bug 34915] New: Consider switching the default mode to C++14
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 11 05:21:05 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34915
Bug ID: 34915
Summary: Consider switching the default mode to C++14
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: bero at lindev.ch
CC: llvm-bugs at lists.llvm.org
Currently, clang++ without any -std=whatever parameters assumes C++98 mode.
gcc has moved on to assuming C++14 if nothing else is specified - clang should
probably do the same, both for better gcc compatibility and because C++14 is a
better language than C++98 in many ways.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171011/036dc618/attachment.html>
More information about the llvm-bugs
mailing list