Boost logo

Boost :

From: Mark Rodgers (mark.rodgers_at_[hidden])
Date: 2000-05-13 03:33:21


From: Peter Dimov <pdimov_at_[hidden]
>
> I reproduced the problem (the option was -v.) This goes into the
> "known compiler issues" list, I'm afraid.

I've tracked down what is causing the problem. For some reason the
compiler doesn't like any using declaration involving lv or rv. By
removing

using _xi::lv;
using _xi::rv;

from expression.hpp, and

using boost::lv;
using boost::rv;

from expressiontst.cpp, the problem went away. Of course I also
had to take lv and rv out of _xi and just leave them in boost,
and use boost::lv and boost::rv in the test program, but that's
better than nothing.

Mark


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