apolukhin / Boost.DLL

Library for comfortable work with DLL and DSO
https://boost.org/libs/dll
109 stars 69 forks source link

Fix for MSVC #18

Closed klemens-morgenstern closed 8 years ago

klemens-morgenstern commented 8 years ago

Alright ,I fixed a few since, including wrong assignments of the Ctor/Dtor for Itanium. As mentioned in the Issue, GCC does never create an alloc-ctor. The deleting does exist. I don't know if we should just remove that.