This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: find_overload_match for constructor


Okay thanks for the quick answer. I might try that hack and see if it
works good enough for my problem. If not I'll have to include a few
extra functions in the library to allow non-constructor calls for the
class.

Lennart

On Fri, May 29, 2015 at 01:35:24PM +0200, Jan Kratochvil wrote:
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]