$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] spirit and property_tree headers conflict
From: Artem Kozlov (akz328_at_[hidden])
Date: 2010-05-27 14:11:31
Hello,
When attempting to compile a program which includes the following headers (at once):
#include <boost/property_tree/json_parser.hpp>
#include <boost/spirit/include/qi.hpp>
, I get a lot of error messages. Is there any way to resolve this conflict and compile the program without dividing it into several translation units?
Thanks in advance,
Artem