From db918b9b3dbe6df53d046e3561c07133cfc825e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Sep 2012 08:51:38 +0200 Subject: Issue error if DATABASE_* macros is not defined --- hello/database.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hello') diff --git a/hello/database.hxx b/hello/database.hxx index 2b05442..283f5cb 100644 --- a/hello/database.hxx +++ b/hello/database.hxx @@ -28,6 +28,8 @@ # include #elif defined(DATABASE_MSSQL) # include +#else +# error unknown database; did you forget to define the DATABASE_* macros? #endif inline std::auto_ptr -- cgit v1.1