
6 Jan
2005
6 Jan
'05
1:25 p.m.
"David Abrahams" <dave@boost-consulting.com> wrote in message news:crf6sd$m1t$1@sea.gmane.org... | | > And this is really bad. I can't provide all these overloads in boost.assign | > for | > 2-5 arguements, say. | | Sure you can. That's only 16 overloads. Use the preprocessor. AFAICT, up to 5 arguments would give 32 + 16 + 8 + 4 + 2 = 62 overloads. That's a lot of code to parse in a header. How much will this affect compilation time? Given that the usage is minimal in the boost.assign I'm not so keen about doing this currently. -Thorsten .