Boost logo

Boost Users :

From: Navi Singh (yg-boost-users_at_[hidden])
Date: 2002-06-13 15:07:11


The boost release 1.28.0 of the tokenizer library has the following problem:

There are 5 examples, namely, simple_example_1.cpp thru simple_example_5.cpp

If I change the main() in each of the 5 to to main1() thru main5() and
return 0;
the vc60 compiler generates an
internal compiler error
when parsing the file boost\iterator_adapters.hpp on line 869,

where it is parsing the following lines:

    reference operator*() const {
         return policies().dereference(*this);
    }


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net