aboutsummaryrefslogtreecommitdiff
path: root/odb/core.hxx
blob: bca295d1504d55f2123c30320abced16612f879a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : odb/core.hxx
// license   : GNU GPL v2; see accompanying LICENSE file

#ifndef ODB_CORE_HXX
#define ODB_CORE_HXX

#include <odb/pre.hxx>

#ifdef ODB_COMPILER
#  define PRAGMA_DB_IMPL(x) _Pragma (#x)
#  define PRAGMA_DB(x) PRAGMA_DB_IMPL (db x)
#else
#  define PRAGMA_DB(x)
#endif

#include <odb/forward.hxx>

#include <odb/post.hxx>

#endif // ODB_CORE_HXX