rdmenezes / googlemock

Automatically exported from code.google.com/p/googlemock
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Suport for Variadic Templates #166

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since MOCK_METHODn_T takes an argument number it is impossible to use with 
variadic templates in a generalized header file.
A workaround is to use a local class definition specialized for N arguments

Original issue reported on code.google.com by robotic1...@googlemail.com on 22 May 2014 at 9:43