~ubuntu-branches/ubuntu/trusty/mapnik/trusty-proposed

« back to all changes in this revision

Viewing changes to boost/property_tree/detail/xml_parser_read_spirit.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2009-08-27 00:28:37 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090827002837-ztqzfg2rmclfh4i9
Tags: 0.6.1-0ubuntu1
* New upstream release.
* Change usr/lib to usr/lib* to enable build on 64 bits systems due to new
  configuration in SConstruct in :
  - debian/libmapnik-dev.install
  - debian/libmapnik0.6.install
  - debian/mapnik-plugin-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
            void operator()(It b, It e) const
117
117
            {
118
118
                Ptree &attr = c.stack.back()->get_child(xmlattr<Ch>());
119
 
                attr.back().second.put_own(Str(b + 1, e - 1));
 
119
                attr.back().second.put_own(Str(b.base() + 1, e.base() - 1));
120
120
            }
121
121
        };
122
122
 
712
712
        
713
713
        // Initialize iterators
714
714
        It begin(v.begin(), v.end());
715
 
        It end;
 
715
        It end(v.end(), v.end());
716
716
        begin.set_position(filename);
717
717
        
718
718
        // Prepare grammar