Boost logo

Boost :

From: Wayne Miller (wcm_at_[hidden])
Date: 2001-05-03 22:21:18


Shouldn't TokenIterator.h have the line:

#include <algorithm>

So that the line:
found = std::find(begin,end,E);

can be compiled?

Also, aren't the #pragma's
#pragma warning(disable: 4786)
#pragma warning(disable: 4503)

MSVC only? (and therefore need some kind of "macro guards")


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