diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-28 12:08:42 +0200 |
---|---|---|
committer | Michael Shepanski <michael@codesynthesis.com> | 2014-10-30 13:41:36 +1100 |
commit | 31af5a488f2be9f4059e159492d4fe62f25a895a (patch) | |
tree | 14b2b9ce0b9330cf534cedf3f743a74350177020 | |
parent | cf2dc5ebab039f59f5ee1ea738449b79a8ebca80 (diff) |
Get rid of stray semicolon
-rw-r--r-- | odb/details/shared-ptr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |