Changes between Initial Version and Version 1 of Ticket #8011, comment 6
- Timestamp:
- Feb 13, 2013, 1:13:37 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8011, comment 6
initial v1 2 2 - Do you recommend this as a general technique to apply to member functions of templates where the member function only makes sense for a subset of the template parameters? If not, what makes iterator_range::size() special? 3 3 - Do you see this technique used commonly elsewhere (for example, libstdc++)? 4 5 (where by "this technique" I mean "factoring out the member function into a base class that's specialized for the relevant subset of template parameters").