Opened 14 years ago
Closed 13 years ago
#1872 closed Bugs (fixed)
[Spirit2] 'assignment operator could not be generated' warnings from VC9
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | spirit |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | Cc: |
Description
Running the Spirit2 regression tests on VC9 with warning level 4 produces a lot of C4512 warnings ( 'assignment operator could not be generated').
Attached is a patch that adds private assignment operators to some classes to silence the warnings.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | Spirit24512.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Looks like these have been fixed now.