[Interprocess] Compile error when simply including managed_mapped_file.hpp in 1.44 using VC10
Simply including managed_mapped_file.hpp in an empty project will generate an error in boost 1.44 using VC 2010. This doesn't occur in 1.43 and is a showstopper to me. Any ideas to work around this?
I created a Console App using the New Project wizard. Here's the whole program:
#include "stdafx.h"
#include
El 10/09/2010 15:54, Phil Ratzloff escribió:
Simply including managed_mapped_file.hpp in an empty project will generate an error in boost 1.44 using VC 2010. This doesn’t occur in 1.43 and is a showstopper to me. Any ideas to work around this? I created a Console App using the New Project wizard. Here’s the whole
Try SVN code or #define BOOST_NO_RVALUE_REFERENCES to use emulation mode instead of native rvalue references. Best, ion
#define BOOST_NO_RVALUE_REFERENCES worked. Thanks. -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Ion Gaztañaga Sent: Friday, September 10, 2010 11:02 AM To: Boost User List Subject: Re: [Boost-users] [Interprocess] Compile error when simply including managed_mapped_file.hpp in 1.44 using VC10 El 10/09/2010 15:54, Phil Ratzloff escribió:
Simply including managed_mapped_file.hpp in an empty project will generate an error in boost 1.44 using VC 2010. This doesn't occur in 1.43 and is a showstopper to me. Any ideas to work around this? I created a Console App using the New Project wizard. Here's the whole
Try SVN code or #define BOOST_NO_RVALUE_REFERENCES to use emulation mode instead of native rvalue references. Best, ion _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Ion Gaztañaga
-
Phil Ratzloff