23 May
2009
23 May
'09
5:19 a.m.
Suppose I have a template function
template<typename T> void f(const std::string&, T);
which I want there to be a couple of different variants of.
Version 1 - Enabled if and only if boost::is_same