28 Jan
2005
28 Jan
'05
9:45 a.m.
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,