Changes between Initial Version and Version 2 of Ticket #8022
- Timestamp:
- Jul 18, 2013, 8:36:05 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8022
- Property Cc added
-
Ticket #8022 – Description
initial v2 3 3 yields 4 4 5 {{{ 5 6 /boost/property_tree/detail/json_parser_read.hpp: In instantiation of 'void boost::property_tree::json_parser::context<Ptree>::a_char::operator()(boost::property_tree::json_parser::context<Ptree>::It, boost::property_tree::json_parser::context<Ptree>::It) const [with Ptree = boost::property_tree::basic_ptree<std::basic_string<char>, std::basic_string<char> >; boost::property_tree::json_parser::context<Ptree>::It = __gnu_cxx::__normal_iterator<char*, std::vector<char, std::allocator<char> > >]': 6 7 boost/spirit/home/classic/core/scanner/scanner.hpp:148:13: required from 'static void boost::spirit::classic::attributed_action_policy<boost::spirit::classic::nil_t>::call(const ActorT&, boost::spirit::classic::nil_t, const IteratorT&, const IteratorT&) [with ActorT = boost::property_tree::json_parser::context<boost::property_tree::basic_ptree<std::basic_string<char>, std::basic_string<char> > >::a_char; IteratorT = __gnu_cxx::__normal_iterator<char*, std::vector<char, std::allocator<char> > >]' … … 11 12 main.cpp:14:1: required from here 12 13 boost/property_tree/detail/json_parser_read.hpp:116:18: warning: unused parameter 'e' [-Wunused-parameter] 13 14 14 116: void operator()(It b, It e) const 15 }}}