Re: find_overload_match for constructor
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 29 May 2015 13:29:31 +0200, Weller wrote: > Anyone got any ideas how this could be achieved? Officially it is not supported. I remember I achieved that one by calling malloc() and passing the address as the first parameter to a constructor (its 'this') but that is a hack. It should be supported by the 'compile code' integration with GCC but its C++ part is not yet ready. Jan