|
Boost : |
Subject: Re: [boost] [histogram] Objections against switch to C++14?
From: Hans Dembinski (hans.dembinski_at_[hidden])
Date: 2018-10-23 09:31:56
> On 22. Oct 2018, at 21:35, <a.hagen-zanker_at_[hidden]> <a.hagen-zanker_at_[hidden]> wrote:
>
> No objections from me. I would object if you used features not supported by current major compilers.
According to this chart, all C++14 features are supported by GCC, Clang, and MSVC.
https://en.cppreference.com/w/cpp/compiler_support
Specifically, I want to use
- decltype(auto), Return type deduction for normal functions
- Generic (polymorphic) lambda expressions
- std::quoted (which replaces my crappy implementation)
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk