On 05/08/16 12:22, Piotr Caban wrote:
/* ??0ostream@@QAE@PAVstreambuf@@@Z */ /* ??0ostream@@QEAA@PEAVstreambuf@@@Z */ +/* ??0ostream_withassign@@QAE@PAVstreambuf@@@Z */ +/* ??0ostream_withassign@@QEAA@PEAVstreambuf@@@Z */ DEFINE_THISCALL_WRAPPER(ostream_sb_ctor, 12)
Calling ostream equivalents is OK in most cases. In case of constructors ostream_withassing_vtable should be used.
And how will that vtable be different from ostream_vtable? Should I add an ostream_withassign_vector_dtor too?