Boost logo

Boost :

From: Larry Evans (jcampbell3_at_[hidden])
Date: 2001-05-07 08:05:36


>
> When the to undeleteble* conversion feature of 'function'
> is used with GCC 2.95.2, it won't work in the following
> situation:
>
> void func(const boost::function<...> &f)
> {
> if (f) {
> ...
> }
> }

...skip

>
> Anyone, does it work for a newer version of GCC?

To see, for yourself, generate the .ii file with -save-temps compiler option
and then submit that to gcc's online compiler submission web page at:

http://www.codesourcery.com/gcc-compile.shtml


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