Opened 15 years ago

Closed 14 years ago

#1515 closed Bugs (fixed)

[lambda] C4512 warnings from VC8.0

Reported by: Richard Webb <richard.webb@…> Owned by: No-Maintainer
Milestone: To Be Determined Component: lambda
Version: Boost Development Trunk Severity: Cosmetic
Keywords: Cc:

Description

I'm getting a couple of C4512 (assignment operator could not be generated) warnings from VC8(SP1) when building with code analysis:

boost\lambda\detail\lambda_functor_base.hpp(43) : warning C4512: 'boost::lambda::identity<T>' : assignment operator could not be generated

boost\lambda\detail\lambda_functors.hpp(245) : warning C4512: 'boost::lambda::lambda_functor<T>' : assignment operator could not be generated

The attached path silences these for me.

(Note: There doesnt seem to be a lambda component available to assign bugs to. Should there be one?)

Attachments (1)

lambda.patch (1.5 KB ) - added by Richard Webb <richard.webb@…> 15 years ago.

Download all attachments as: .zip

Change History (3)

by Richard Webb <richard.webb@…>, 15 years ago

Attachment: lambda.patch added

comment:1 by Marshall Clow, 15 years ago

Component: Nonelambda
Owner: set to No-Maintainer

comment:2 by Steven Watanabe, 14 years ago

Resolution: fixed
Status: newclosed

(In [51448]) Supress warnings on gcc and msvc. Fixes #1515

Note: See TracTickets for help on using tickets.