[Tile-serving] [openstreetmap/osm2pgsql] split tagtransform into two classes and an interface (#712)
Paul Norman
notifications at github.com
Sat Mar 11 01:11:09 UTC 2017
clang on OS X doesn't like part of this
```
/Users/travis/build/openstreetmap/osm2pgsql/output-pgsql.cpp:583:13: error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move]
std::move(tagtransform_t::make_tagtransform(&m_options));
^
/Users/travis/build/openstreetmap/osm2pgsql/output-pgsql.cpp:583:13: note: remove std::move call here
std::move(tagtransform_t::make_tagtransform(&m_options));
^~~~~~~~~~ ~
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/712#issuecomment-285826907
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170310/7869ee0f/attachment.html>
More information about the Tile-serving
mailing list