
17 Jul
2008
17 Jul
'08
11:27 p.m.
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