$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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")