23 Oct
2018
23 Oct
'18
9:31 a.m.
On 22. Oct 2018, at 21:35,
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)