summaryrefslogtreecommitdiff
path: root/databases/soci/patches/patch-core_once-temp-type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'databases/soci/patches/patch-core_once-temp-type.cpp')
-rw-r--r--databases/soci/patches/patch-core_once-temp-type.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/soci/patches/patch-core_once-temp-type.cpp b/databases/soci/patches/patch-core_once-temp-type.cpp
new file mode 100644
index 00000000000..ee20017e057
--- /dev/null
+++ b/databases/soci/patches/patch-core_once-temp-type.cpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-core_once-temp-type.cpp,v 1.1 2013/08/30 10:19:37 joerg Exp $
+
+--- core/once-temp-type.cpp.orig 2013-08-30 00:17:03.209692967 +0000
++++ core/once-temp-type.cpp
+@@ -35,7 +35,7 @@ once_temp_type & once_temp_type::operato
+ return *this;
+ }
+
+-once_temp_type::~once_temp_type()
++once_temp_type::~once_temp_type() SOCI_ONCE_TEMP_TYPE_NOEXCEPT
+ {
+ rcst_->dec_ref();
+ }