14 Nov
2006
14 Nov
'06
7:33 p.m.
"Ovanes Markarian"
It seems that at least macro definition for the map of 150 tuples worked. Now I face a new problem. To reduce compilation times we decided to use map10, map20 etc. Unfortunately as we found out this will not compile if I pass to map10 only 7 arguments. With unnumbered map these elements were default initialized with "na" type. Why isn't this the case with numbered maps?
Because they weren't designed that way. If you want to pass 7 arguments, use map7<...> -- Dave Abrahams Boost Consulting www.boost-consulting.com