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 4472dfb commit 0cc42a2Copy full SHA for 0cc42a2
include/osmium/object_pointer_collection.hpp
@@ -74,7 +74,7 @@ namespace osmium {
74
using iterator = boost::indirect_iterator<std::vector<osmium::OSMObject*>::iterator, osmium::OSMObject>;
75
using const_iterator = boost::indirect_iterator<std::vector<osmium::OSMObject*>::const_iterator, const osmium::OSMObject>;
76
77
- ObjectPointerCollection() noexcept = default;
+ ObjectPointerCollection() = default;
78
79
/**
80
* Add a pointer to an object to the collection.
0 commit comments