$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: joel de guzman (djowel_at_[hidden])
Date: 2002-04-12 01:33:07
----- Original Message -----
From: "David Abrahams":
> Just to offer a little more perspective: the STL has some infrastructure
> of its own. For example, there is std::iterator_traits<>, which is
> needed for writing some algorithms. Granted, the MPL infrastructure
> shows up more often because there are no simple
That's why I said "almost solely" :-)
Ok, I cheated a bit to emphasize my point. Aleksey's count_if example
in STL requires iterator_traits<IteratorT>::difference_type, so I used
for_each instead :-)
--Joel