[fusion] pair documentation issues

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. In Christ, Steven Watanabe

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
participants (2)
-
Joel de Guzman
-
Steven Watanabe