From: Markus Werle (yg-boost-users_at_[hidden])
Date: 2003-01-08 03:52:04


Hi!

Line 23 in lambda/algorithm.hpp reads
#include <utilities> // for std::pair

IMHO (and that of intel's C++ and SGI's documentation)
this line should be
#include <utility> // for std::pair

right?

best regards,

Markus