Boost logo

Boost :

From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2007-06-19 18:23:06


Ion Gaztañaga wrote:

> I'm maybe too ignorant on this issue (forgive me if I'm
> shooting my foot) but compile time generation creates a lot of new types
> that lead also to more typeinfo and other stuff to be linked to the program.

AFAIK, creating new types doesn't add any data to the executable (except
debugging info eventually) unless the type has static members (const
integral ones don't count) or is polymorphic.


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