Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-01-11 14:04:00


Here's another one we need:

  has_common_base_class<T,U>::value

This is the one which allows us to explicitly construct empty classes on top
of one another. I suppose you could argue that the compiler should just do
this automatically with the empty base optimization, but the ABIs of many
compilers are now fixed and they will never (for practical purposes) be able
to do it.

-Dave

===================================================
  David Abrahams, C++ library designer for hire
 resume: http://users.rcn.com/abrahams/resume.html

        C++ Booster (http://www.boost.org)
          email: david.abrahams_at_[hidden]
===================================================


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk