Boost logo

Boost :

From: Aleksey Gurtovoy (alexy_at_[hidden])
Date: 2001-03-04 13:34:06


Beman Dawes wrote:
> It seems named template parameters is a really interesting research topic,
> but one that is still evolving.
>
> So shouldn't we wait until the research is further, and consensus emerges,
> before actually using NTP's in boost code?

Well, as for me, I've been using the technique in its original form
(something like Jeremy's
iterator_traits_builder::Reference<int>::Pointer<int*>::..) in producation
code for a few months by now... NTPs solve one real problem - they greatly
improve usability of class templates with many (default) parameters, and IMO
this is kind of thing the upcoming iterator adaptors library might need.. ;)

Aleksey


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk