
10 May
2006
10 May
'06
1:29 a.m.
With regard to naming, I think fusion::pair is a bad name. Perhaps it should be instead named fusion::keyed? I think the name pair should be reserved for two values (std::pair) or two types (mpl::pair). The mixing of the two was unexpected.
Yes, I also thought that was a surprising use of the word pair. Darren