Re: [boost] [BOOST CORE C++ Feature] the super or base keyword for C++

Mathias Gaunard 01 May 2011 21:25:53 You'd have to use SFINAE to tell whether B1::j exists and use B2::j otherwise.
Seems like an unneeded complication to me. Why not just always use B2::j ?

You are right. It is easier to just write X::member. ________________________________ Von: tymofey <tymofey@qip.ru> An: boost@lists.boost.org Gesendet: Montag, den 2. Mai 2011, 9:03:25 Uhr Betreff: Re: [boost] [BOOST CORE C++ Feature] the super or base keyword for C++
Mathias Gaunard 01 May 2011 21:25:53 You'd have to use SFINAE to tell whether B1::j exists and use B2::j otherwise.
Seems like an unneeded complication to me. Why not just always use B2::j ? _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Max Hölzer
-
tymofey