From ec6b9f59d40b2c389496f8e6af6bce64944af998 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 10 Aug 2010 11:16:42 +0200 Subject: Add query support --- odb/result.txx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 odb/result.txx (limited to 'odb/result.txx') diff --git a/odb/result.txx b/odb/result.txx new file mode 100644 index 0000000..4b77c7e --- /dev/null +++ b/odb/result.txx @@ -0,0 +1,13 @@ +// file : odb/result.txx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +namespace odb +{ + template + result_impl:: + ~result_impl () + { + } +} -- cgit v1.1