From e0e3df1c8fd9c5b21fc821ab4da1b0308168758d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Sep 2011 08:37:14 +0200 Subject: Workaround for VC9 --- odb/boost/smart-ptr/pointer-traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/boost/smart-ptr/pointer-traits.hxx b/odb/boost/smart-ptr/pointer-traits.hxx index af31975..d737502 100644 --- a/odb/boost/smart-ptr/pointer-traits.hxx +++ b/odb/boost/smart-ptr/pointer-traits.hxx @@ -28,7 +28,7 @@ namespace odb typedef T element_type; typedef ::boost::shared_ptr pointer_type; typedef ::boost::shared_ptr const_pointer_type; - typedef typename details::meta::remove_const::result + typedef typename odb::details::meta::remove_const::result unrestricted_element_type; typedef ::boost::shared_ptr unrestricted_pointer_type; -- cgit v1.1