
13 Feb
2008
13 Feb
'08
5:13 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost- bounces@lists.boost.org] On Behalf Of Johan RĂ¥de Sent: Wednesday, February 13, 2008 11:57 AM To: boost@lists.boost.org Subject: Re: [boost] [serialization] namespace boost
Robert,
The code should NOT compile.
// Expected behavior: Should not compile // Observed behavior with Boost 1.34.1 and MSVC 7.1: Does not compile // Observed behavior with Boost 1.35 and MSVC 7.1: Does compile
#include <boost/shared_ptr.hpp> #include <boost/archive/text_iarchive.hpp> shared_ptr<int> sp;
This is very similar (or the same) to http://svn.boost.org/trac/boost/ticket/1285. Unfortunately, Robert did not want to take the fix proposed. Regards, Sean