Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-10-11 12:37:24


Joel de Guzman wrote:

> typedef result_of_plus<int, double>::type result;

You should name that

    typedef result_of<plus(int, double)>::type result;

instead. :-)


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