Still no fixed template syntax
Posted Mar 29, 2013 21:03 UTC (Fri) by
tjc (subscriber, #137)
In reply to:
Still no fixed template syntax by simlo
Parent article:
A look at C++14, part 1
Keep all code within ASCII!
I think I could get used to this:
template `(typename T)
std::enable_if `(T::template foo `(42) ::value, T) ::type bla();
(
Log in to post comments)