
2 Mar
2004
2 Mar
'04
1:34 a.m.
Dave Gomboc wrote:
A list type is already present in ::std, and means something different. Perhaps lazy_list, or (cringe) llist.
Disagree. MPL has list and vector. I'd hate to see it named it differently. mpl::slist (static-list)? Yuck!
Follow the C++ standard's practice for variable naming, e.g. TheActualTypeOfTheLambdaExpressionIsNotConvertibleToItsGivenType should be the_actual_type_of_the_lambda_expression_is_not_convertible_to_its_given _type (example from lambda.hpp)
Agree! -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net