From 0cc42a23dccc346fbafc9688bfb68b1fb256e26b Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 18 Nov 2016 18:31:22 +0100 Subject: [PATCH] ObjectPointerCollection constructor can't be noexcept. --- include/osmium/object_pointer_collection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.