
27 May
2010
27 May
'10
12:11 p.m.
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