$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Strasser (sstrasser_at_[hidden])
Date: 2005-01-28 04:45:26
sorry if this has been answered before, I'm new on the list.
are there any resources explaining _efficient_ use of MPL?
because I've written a few metafunctions which determine the virtual
bases of a class and write them to a map, which you can use for not
calling virtual bases twice.
and it worked but with larger hierarchy structures I cancelled GCC after
5 minutes and 600 MB of memory.
thanks,