
On Jul 25, 2005, at 6:39 PM, Ralf W. Grosse-Kunstleve wrote:
--- Douglas Gregor <doug.gregor@gmail.com> wrote:
The source code for Boost 1.33.0 is now frozen. Please do not check in any changes to the Boost source code without my explicit permission. You may still update parts of Boost that do not affect the regression tests in any way, until we have our final freeze of the entire tree at 11PM EST on Wednesday.
I just noticed a trivial but nasty problem in one of the Boost.Python tests. Python stipulates a certain include order. pointer_vector.cpp doesn't adhere to the requirements. This leads to failures on some platforms (at least Tru64/cxx). It would set a bad example to release the code as is. Would it be OK to check in the simple fix below?
Looks harmless. Go ahead. Doug