
17 Jul
2008
17 Jul
'08
11:55 p.m.
Steven Watanabe wrote:
AMDG
The documentation of fusion::pair has a number of problems http://www.boost.org/doc/libs/1_35_0/libs/fusion/doc/html/fusion/support/pai...
template <typename First, typename Second> struct first;
Should be
template<class Pair> struct first;
Similarly for second.
Also, there is a missing ` in the expression semantics table, which looks horrible as a result.
Fixed in both trunk and release branch. Thanks for spotting, Steven. Regards, -- Joel de Guzman http://www.boostpro.com http://spirit.sf.net