We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9264f5 commit 8ab3ec4Copy full SHA for 8ab3ec4
include/osmium/osm/crc.hpp
@@ -198,6 +198,8 @@ namespace osmium {
198
}
199
200
201
+ // XXX Changeset id is not added to the CRC. This is an oversight,
202
+ // but we don't want to change this now to keep compatibility.
203
void update(const osmium::OSMObject& object) noexcept {
204
update_int64(static_cast<uint64_t>(object.id()));
205
update_bool(object.visible());
0 commit comments