Boost logo

Boost :

From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-08-22 09:13:53


On Thursday 22 August 2002 08:00 am, John Maddock wrote:
> Also the signal test program isn't building with C++ Builder 6 - it looks
> like something is trying to instantiate function_traits<int>, again I'm
> hoping someone will have some ideas about this.

signal_test is going to fail on a lot of compilers for quite a while, as is
function_test. Borland (like so many other compilers...) can't parse function
types like "int ()" or "float (int x, int y)" (Borland parses the former as
"int", causing the error you see).

This is one of those cases where XFAIL tests would be nice :)

        Doug


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