[llvm-dev] Using C++14 code in LLVM

David Chisnall via llvm-dev llvm-dev at lists.llvm.org
Fri May 11 01:20:05 PDT 2018


On 10 May 2018, at 22:27, Justin Bogner via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> we don't get enough from c++14 for the upgrade to really be worth it

If the upgrade gives us auto parameters on lambdas and none of the rest of C++14, then I’d consider it worth it.  That feature alone has dramatically reduced code duplication in all of the projects that I’ve been involved with that have moved to C++14.

David



More information about the llvm-dev mailing list