diff --git a/include/osmium/object_pointer_collection.hpp b/include/osmium/object_pointer_collection.hpp index 96f10cb3d..71e1502e0 100644 --- a/include/osmium/object_pointer_collection.hpp +++ b/include/osmium/object_pointer_collection.hpp @@ -74,7 +74,7 @@ namespace osmium { using iterator = boost::indirect_iterator::iterator, osmium::OSMObject>; using const_iterator = boost::indirect_iterator::const_iterator, const osmium::OSMObject>; - ObjectPointerCollection() noexcept = default; + ObjectPointerCollection() = default; /** * Add a pointer to an object to the collection.