Specialization fails for a variadic function template using decltype to deduce its return type.Workaround: The problem can be circumvented by either (1) eliminating the variadic template or (2) replacing the decltype type specifier by an explicit type. This indicates that the bug is caused by the interaction of these two features.The code has been tested with GCC 4.7.2, which compiles it without errors.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results