Opened 12 years ago
Closed 12 years ago
#4511 closed Bugs (fixed)
MSVC10 warning due to lack of placement operator delete
Reported by: | Owned by: | Andreas Huber | |
---|---|---|---|
Milestone: | Boost 1.46.0 | Component: | statechart |
Version: | Boost 1.44.0 | Severity: | Cosmetic |
Keywords: | warning | Cc: |
Description
Defining optional<my_event> leads to a warning (MSVC10): "warning C4291: 'void *boost::statechart::event<MostDerived>::operator new(size_t,void *)' : no matching operator delete found; memory will not be freed if initialization throws an exception"
Change History (2)
comment:1 by , 12 years ago
Milestone: | Boost 1.44.0 → Boost-1.46.0 |
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [67083]) Fixes #4511.