
19 Oct
2007
19 Oct
'07
2:48 p.m.
Ion Gaztañaga wrote:
Markus Schöpflin escribió:
[...]
Currently, variant #3 is chosen, which is obviously wrong. I tried both variant #1 and #2, and both seem to work for CXX. (All tests pass, no crashes.) So which variant should I choose?
Whatever you want. The first option was added because it was the only one MSVC supports (otherwise, virtual base test crashes). If you don't care, put it on the second case.
OK, I committed #2 then. This should make intrusive pass all tests on this platform. Thank you for your help, Markus