From d2b7cfe47694cef008949255426cc57ab9a8e18a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Dec 2010 14:36:39 +0200 Subject: Implement not_null pointer pragma New exception: null_pointer. --- odb/exceptions.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/exceptions.hxx') diff --git a/odb/exceptions.hxx b/odb/exceptions.hxx index 26550cb..eaf8ec8 100644 --- a/odb/exceptions.hxx +++ b/odb/exceptions.hxx @@ -14,6 +14,12 @@ namespace odb { + struct LIBODB_EXPORT null_pointer: odb::exception + { + virtual const char* + what () const throw (); + }; + // Transaction exceptions. // struct LIBODB_EXPORT already_in_transaction: odb::exception -- cgit v1.1