Boost logo

Boost :

From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-03-20 17:54:24


Frank Mori Hess wrote:
> What does SBO stand for?

Small Buffer Optimization, the idea of stocking the data within the
object itself if it's small enough.
Maybe it wasn't a good idea to call it that though, especially since my
framework would allow the data to be always stored within the object.

Combined with dynamic typing, it makes it difficult to maintain the
never-empty guarantee in the case of operator=. See the boost.variant
documentation for that.


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