Boost logo

Boost :

From: Daniel James (daniel_at_[hidden])
Date: 2004-09-04 06:04:25


Aleksey,

I've just been trying the new version of mpl on Digital Mars. The
attached patch fixes the bug that sometimes causes mpl::if_ to fail. The
problem is that the class template gets redeclared with different
parameter names by bind.hpp, and this confuses the compiler. When it
instantiates the class, it uses the wrong names. The fix is just to make
sure bind.hpp is included before mpl::if_ is defined.

thanks,

Daniel




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