Boost logo

Boost :

From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-17 19:27:37


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.

In Christ,
Steven Watanabe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk