aboutsummaryrefslogtreecommitdiff
path: root/odb/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-12-09 10:36:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-12-09 10:36:15 +0200
commitec355c48c49074bebeb597f6e5dcedfeb9d52fae (patch)
tree9adb18bffe27c6d0bce53c7e6bad6be583dc59ee /odb/forward.hxx
parentd2b7cfe47694cef008949255426cc57ab9a8e18a (diff)
Add lazy pointer support
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr.
Diffstat (limited to 'odb/forward.hxx')
-rw-r--r--odb/forward.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/forward.hxx b/odb/forward.hxx
index 30d9193..6c5d875 100644
--- a/odb/forward.hxx
+++ b/odb/forward.hxx
@@ -35,6 +35,9 @@ namespace odb
class container_traits;
};
+ template <typename T>
+ struct object_traits;
+
namespace details
{
template <typename X>