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