Boost logo

Boost :

From: Joel de Guzman (djowel_at_[hidden])
Date: 2002-11-01 16:19:04


----- Original Message -----
From: "Bohdan" <warever_at_[hidden]>

> > #include <iostream>
> > #include <cassert>
> >
> > using namespace std;
> > #include "boost/spirit/core.hpp"
> > #include "boost/spirit/utility.hpp"
> > using namespace spirit;
> >
> > int
> > main()
> > {
> > rule<> a = *chset_p("abcdefg");
> > parse("abcdefg", a);
> > }
> >
>
> VC7 (Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.00.9466)
> compiles this sample without errors. Wrong compiler ?

Hmmm... That's wierd. Hartmut also reported the same thing.
Can you give me your compiler flags?

Thanks,
--Joel


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