Unspecified explicit template
Brought to you by:
eries
When compiling using VC++ .NET 2003, an error occurs on
line 43 of tinybind.cpp. New standard suggests
explicitly stating the template modifier before the
function definiton. Adding "template<>" on the
preceding line causes fixes the problem and should
cause no issues with other compilers.