Subject: Re: [Boost-users] boost::interprocess managed_unique_ptr cannot be used inside template (VS2008).
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2012-03-21 07:20:17


El 21/03/2012 9:21, bear330 escribió:
> Hi,
>
> I eagerly want to try boost 1.49, but the compiler error stuck me.
>
> managed_unique_ptr cannot be used inside template if I use Visual Studio
> 2008:
>
> There is a very simple example:

Ok, to fix it open boost/interprocess/detail/pointer_type.hpp and delete
ipcdetail:: on line 64. Let's see if that works.

Best,

Ion