From e68f09c0e8c747474745f3438496e9352a199dbd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Nov 2012 13:11:43 +0200 Subject: Add dynamic multi-database query support --- odb/details/buffer.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'odb/details') diff --git a/odb/details/buffer.hxx b/odb/details/buffer.hxx index 4556367..aeb62a3 100644 --- a/odb/details/buffer.hxx +++ b/odb/details/buffer.hxx @@ -49,7 +49,6 @@ namespace odb class basic_buffer: public basic_buffer_base { public: - basic_buffer (std::size_t capacity = 256) : basic_buffer_base (capacity) { -- cgit v1.1