[Tile-serving] [osm2pgsql] Remove the global text-tree string storage and make keyval a real class (#240)

Paul Norman notifications at github.com
Sat Dec 27 18:55:48 UTC 2014


>  #include <boost/shared_ptr.hpp>
>  
>  struct keyval {
> -    char *key;
> -    char *value;
> +    std::string key;
> +    std:: string value;

stray space

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/240/files#r22294016
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20141227/6696c3b9/attachment.html>


More information about the Tile-serving mailing list