Changes between Initial Version and Version 1 of Ticket #8011, comment 6


Ignore:
Timestamp:
Feb 13, 2013, 1:13:37 AM (10 years ago)
Author:
Nathan Ridge

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8011, comment 6

    initial v1  
    22- 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?
    33- 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").