From 31af5a488f2be9f4059e159492d4fe62f25a895a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Oct 2014 12:08:42 +0200 Subject: Get rid of stray semicolon --- odb/details/shared-ptr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/details/shared-ptr.hxx b/odb/details/shared-ptr.hxx index 6a8708a..aecde12 100644 --- a/odb/details/shared-ptr.hxx +++ b/odb/details/shared-ptr.hxx @@ -100,7 +100,7 @@ namespace odb // Conversion to bool. // typedef void (shared_ptr::*boolean_convertible)(); - void true_value () {}; + void true_value () {} operator boolean_convertible () const { -- cgit v1.1