>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:

Juergen> On 07-Mar-2000 Angus Leeming wrote:
>> +#include <algorithm> using std::min; using std::max;
>> 
>> Won't compile otherwise.

Juergen> Well where would it not compile otherwise?

Juergen> As a matter of fact it does here without that :)

Juergen> Maybe we need some configure-magic (Jean-Marc, Lars)?

It is just that, depending on the STL implementation, <algorithm> may
or may not be included in another header. Anyway, including it does
not harm.

JMarc

Reply via email to