From ec355c48c49074bebeb597f6e5dcedfeb9d52fae Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Dec 2010 10:36:15 +0200 Subject: Add lazy pointer support Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr. --- odb/forward.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/forward.hxx') 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 + struct object_traits; + namespace details { template -- cgit v1.1