Hello.
When building a project with /Wall (ICL 12.1.4.325), I get a number of warnings on the lines of
1>.h(303): warning #327: NULL reference is not allowed
1> -> std::enable_if< sizeof...( types ) != sizeof...( unpacked_types ), tuple< decltype( f( *( types * )nullptr ) )... > >::type
While normally I'd agree with this criticism, surely it has no point for an expression inside a decltype().
----
Best regards,
Vladimir



