16 Aug
2014
16 Aug
'14
3:01 p.m.
Agustín K-ballo Bergé
Note that MSVC will sooner or later have to implement `std::is_final`, so "use GCC's native features" does not sound compelling.
MSVC 14 has std::is_final, implemented with (__is_class || __is_union) && (__is_final || __is_sealed).