
15 Aug
2009
15 Aug
'09
3:35 p.m.
On Aug 15, 2009, at 10:09 AM, joel wrote:
Beman Dawes wrote:
Function template argument defaults are also very helpful, since enable_if can be applied to the template argument rather than a function argument or return value. That results in cleaner, easier-to-read, code.
Sorry for the off-topicness but, are they any sample use-case for enable_if in template argument somewhere to look at ?
http://home.roadrunner.com/~hinnant/issue_review/lwg-active.html#1054 -Howard