Opened 15 years ago
Closed 14 years ago
#1515 closed Bugs (fixed)
[lambda] C4512 warnings from VC8.0
Reported by: | 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)
Change History (3)
by , 15 years ago
Attachment: | lambda.patch added |
---|
comment:1 by , 15 years ago
Component: | None → lambda |
---|---|
Owner: | set to |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [51448]) Supress warnings on gcc and msvc. Fixes #1515