From 591bcad6b05c1a835d4b721ecb143ff7ef5e7f34 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Sep 2010 10:19:52 +0200 Subject: Add empty source files to allow inline function exporting --- odb/details/condition.cxx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 odb/details/condition.cxx (limited to 'odb/details/condition.cxx') diff --git a/odb/details/condition.cxx b/odb/details/condition.cxx new file mode 100644 index 0000000..1bbced9 --- /dev/null +++ b/odb/details/condition.cxx @@ -0,0 +1,15 @@ +// file : odb/details/condition.cxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#include + +namespace odb +{ + namespace details + { + // This otherwise unnecessary file is here to allow instantiation + // of inline functions for exporting. + } +} -- cgit v1.1