Boost logo

Boost :

From: Bohdan (warever_at_[hidden])
Date: 2002-11-01 11:49:50


> #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 ?

regards,
bohdan


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