|
Boost : |
From: Joel de Guzman (joel_at_[hidden])
Date: 2008-07-17 19:55:29
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/pair.html
>
>
> 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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk