Boost logo

Boost Users :

Subject: Re: [Boost-users] serialization code compilation problem - shared_ptr_helper.cpp in Boost 1.59
From: David Schneider (dave_at_[hidden])
Date: 2015-10-03 15:11:52


On 10/2/2015 11:27 AM, Robert Fairlie wrote:
> Hi,
> I’m building the Boost serialization library in Visual Studio 2015
> (for x86 and ARM) by copying the 40 or so files in
> libs\serialization\src and compiling them in my Visual Studio project.
> (I’m doing it this way because Visual Studio won’t seem to let me
> build everything with b2 in the ARM case).
> The last build of the 40 files I did used Boost 1.55 and that worked
> fine, but now with Boost 1.59, all files compile except
> shared_ptr_helper.cpp.
> I notice that shared_ptr_helper.cpp refers to a class called
> shared_ptr_helper_base, but I’ve done a full *.* search and it doesn’t
> seem to be declared anywhere. Also, I notice that usage of macros such
> as BOOST_ARCHIVE_DECL has been updated in other files, but not in
> shared_ptr_helper.
In 1.59, shared_ptr_helper class is declared in
boost_shared_ptr_helper.cpp on line 51.

> Any advice on this would be much appreciated.
I would recommend this article:
http://blogs.msdn.com/b/vcblog/archive/2014/07/18/using-boost-libraries-in-windows-store-and-phone-applications.aspx

> Robert Fairlie
>
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net