Boost logo

Boost Users :

Subject: Re: [Boost-users] assignment operator could not be generated
From: Eric Niebler (eric_at_[hidden])
Date: 2009-06-09 15:56:17


Zachary Turner wrote:
> When building a project that uses boost on Windows under MSVC 9.0 (VS
> 2008), I get _tons_ of warnings for "assignment operator could not be
> generated" all throughout the code. Is this going to cause subtle
> errors when I run the code, or are the warnings harmless ones that can
> be disabled with pragmas?

They can be ignored or disabled with /wd<n> (disable warning n)

> One example where I get lots of "assignment
> operator could not be generated" spam is in
> boost::detail::addr_impl_ref<T> when I try to use boost::bind.

That one has already been fixed on main and merged to the release branch.

> But
> there are many other places as well.

Open trac tickets for each one and they'll get fixed. Thanks.

-- 
Eric Niebler
BoostPro Computing
http://www.boostpro.com

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