j
k
j a
j l
...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.
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 ?
Back to the thread
Back to the list