Changes between Initial Version and Version 2 of Ticket #8022


Ignore:
Timestamp:
Jul 18, 2013, 8:36:05 AM (9 years ago)
Author:
Mateusz Loskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8022

    • Property Cc mateusz@… added
  • Ticket #8022 – Description

    initial v2  
    33yields
    44
     5{{{
    56/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> > >]':
    67boost/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> > >]'
     
    1112main.cpp:14:1:   required from here
    1213boost/property_tree/detail/json_parser_read.hpp:116:18: warning: unused parameter 'e' [-Wunused-parameter]
    13 
    1414116: void operator()(It b, It e) const
     15}}}