diff options
-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 { |