17 Mar
2005
17 Mar
'05
10:29 p.m.
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