29 May
2010
29 May
'10
12:24 a.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.