Ticket #4278: test.cpp

File test.cpp, 113 bytes (added by Artem Kozlov <akz328@…>, 12 years ago)

test source

Line 
1#include<boost/property_tree/json_parser.hpp>
2#include<boost/spirit/include/qi.hpp>
3
4int main()
5{
6 return 0;
7}
8