Opened 13 years ago
Closed 12 years ago
#3622 closed Bugs (fixed)
Warning at level 4
Reported by: | Robert Ramey | Owned by: | ebf |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | variant |
Version: | Boost 1.40.0 | Severity: | Problem |
Keywords: | Cc: |
Description
test_variant.cpp ..\..\..\boost\variant\variant.hpp(538) : warning C4512: 'boost::detail::variant::direct_assigner<T>' : assignment operator could not be generated
Emitted by msvc compiler with warning level set to /W4
Robert Ramey
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
No response from original bug reporter, patch appears to have been applied. Closing as fixed (please reopen if not fixed).
Note:
See TracTickets
for help on using tickets.
Wasn't this fixed in [57501] ?