Opened 12 years ago

Closed 12 years ago

#4511 closed Bugs (fixed)

MSVC10 warning due to lack of placement operator delete

Reported by: boost.lists@… 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 Andreas Huber, 12 years ago

Milestone: Boost 1.44.0Boost-1.46.0
Status: newassigned

comment:2 by Andreas Huber, 12 years ago

Resolution: fixed
Status: assignedclosed

(In [67083]) Fixes #4511.

Note: See TracTickets for help on using tickets.