
28 May
2010
28 May
'10
10:24 p.m.
Ion GaztaƱaga wrote:
Adding a base class is not something I like because in some C++03 (Msvc I think, empty base classes are not optimized with multiple inheritance),
IIRC, compilers don't do SBO if the same class is used as a base multiple times. However, movable<> will be instantiated with different types most of the time.