26 Jan
2012
26 Jan
'12
10:29 p.m.
On Thu, 26 Jan 2012, Ion Gaztañaga wrote:
El 26/01/2012 20:04, Daniel Herring escribió:
Hi,
I started updating an application from Boost 1.35. It had a few compiler errors with 1.44, and things got worse with 1.48.
I think your problem is solved in trunk and release branches, soon in 1.49, as I tested the code in Centos 5.7.
Ok. I'll watch for the new release. Thanks, Daniel P.S. My other errors traced to a change in parameter forwarding. boost::interprocess::managed_shared_memory::find_or_construct<T>(x) used to allow passing x as a non-const reference. Passing x as a pointer gets around the problem.