5 Mar
2015
5 Mar
'15
6:57 p.m.
AMDG On 03/05/2015 11:43 AM, Bruno Dutra wrote:
I do understand dropping support to ancient defective compilers, but why should it also deny support to older language standards on compilers that do comply with them? No doubt it should benefit from post C++11 features, notably variadic templates, but I don't see why it shouldn't emulate variadics on C++98/03 setups, just like it already does today. Please note the difference between old deffective implementations from valid implementations of older standards.
I think you underestimate just how painful it is to emulate variadics in C++03. In Christ, Steven Watanabe