Opened 12 years ago
Closed 12 years ago
#4278 closed Bugs (fixed)
spirit::qi and json_parser headers conflict
Reported by: | 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)
Change History (5)
by , 12 years ago
comment:1 by , 12 years ago
Cc: | added |
---|
comment:2 by , 12 years ago
Cc: | added |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
That has been apparently fixed a while ago.
Note:
See TracTickets
for help on using tickets.
test source