Opened 12 years ago

Closed 12 years ago

#4278 closed Bugs (fixed)

spirit::qi and json_parser headers conflict

Reported by: Artem Kozlov <akz328@…> Owned by: Joel de Guzman
Milestone: Boost 1.43.0 Component: spirit
Version: Boost Development Trunk Severity: Problem
Keywords: spirit property_tree conflict Cc: braden@…, akz328@…

Description

When attempting to compile a program that includes the following headers (at once):

#include<boost/property_tree/json_parser.hpp>
#include<boost/spirit/include/qi.hpp>

,I get a lot of compilation errors.

The test program and error log are attached to this ticket.

Attachments (2)

test.cpp (113 bytes ) - added by Artem Kozlov <akz328@…> 12 years ago.
test source
error.log (6.0 KB ) - added by Artem Kozlov <akz328@…> 12 years ago.
compile error log

Download all attachments as: .zip

Change History (5)

by Artem Kozlov <akz328@…>, 12 years ago

Attachment: test.cpp added

test source

by Artem Kozlov <akz328@…>, 12 years ago

Attachment: error.log added

compile error log

comment:1 by Braden McDaniel <braden@…>, 12 years ago

Cc: braden@… added

comment:2 by Artem Kozlov <akz328@…>, 12 years ago

Cc: akz328@… added

comment:3 by Hartmut Kaiser, 12 years ago

Resolution: fixed
Status: newclosed

That has been apparently fixed a while ago.

Note: See TracTickets for help on using tickets.