bump osmium version

This commit is contained in:
Dennis Luxen
2014-12-17 11:19:08 +01:00
parent 40ff7ad999
commit 3dddd16ec7
47 changed files with 2620 additions and 2251 deletions
+3 -1
View File
@@ -115,6 +115,8 @@ namespace osmium {
}; // class HandlerPass1
public:
/**
* This is the handler class for the second pass of the Collector.
*/
@@ -244,7 +246,7 @@ namespace osmium {
int m_count_complete = 0;
typedef std::function<void(const osmium::memory::Buffer&)> callback_func_type;
typedef std::function<void(osmium::memory::Buffer&&)> callback_func_type;
callback_func_type m_callback;
static constexpr size_t initial_buffer_size = 1024 * 1024;