From 7d70621941ef6e4faf107061e4a4b12f2690a034 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Mar 2011 09:52:27 +0200 Subject: Forward-declare result class template --- odb/forward.hxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/odb/forward.hxx b/odb/forward.hxx index c387fb4..d51240a 100644 --- a/odb/forward.hxx +++ b/odb/forward.hxx @@ -16,11 +16,15 @@ namespace odb class transaction; class session; + template + class result; + namespace core { using odb::database; using odb::transaction; using odb::session; + using odb::result; } // Implementation details. -- cgit v1.1