From: Thomas Matelich (matelich_at_[hidden])
Date: 2005-03-17 17:29:00


Global namespace pollution strikes again. /usr/include/machine/reg.h
defines a symbol R1, which messes up boost/iterator_facade.hpp. I'm
not sure what the boost policy is on stuff like this, name change or
#undef. I went with name change. I just changed all R1's to Ref1's
and R2's to Ref2's (for consistency).

If you'd like a patch, I can submit one, but its a pretty simple fix.
Oh, and I'm using 1.32

Thanks,
Tom