
4 Dec
2005
4 Dec
'05
1:21 p.m.
Neal Becker wrote:
Douglas Gregor wrote:
Boost 1.33.1 Release Candidate #1 is available at:
I'm testing now, but I think I already see one error. IIRC, -I/usr/include shouldn't be used. -I should not be used with a path that is already standard for the system, as it can cause problems. Do I recall correctly that this was mentioned here before?
Right, this is very dangerous, as it will make g++'s use of wrapper headers in conjunction with #include_next fail. Regards, Stefan