[1.37][mpl] Merge gcc 4.4 fix.

Hi, It it okay to merge the mpl part of this change to release? http://svn.boost.org/trac/boost/changeset/48960/ It fixes a preprocessor error in gcc 4.4 which stops a lot of libraries from working with that compiler. The python part of the patch isn't required, the error is due to mpl's preprocessed headers not including the boost preprocessor headers and doesn't occur in other libraries that use iteration, as they always include the headers. I've had a look through the test results and everything seems to be working. Daniel

On Fri, Oct 10, 2008 at 5:57 AM, Daniel James <daniel_james@fmail.co.uk>wrote:
Hi,
It it okay to merge the mpl part of this change to release?
http://svn.boost.org/trac/boost/changeset/48960/
It fixes a preprocessor error in gcc 4.4 which stops a lot of libraries from working with that compiler. The python part of the patch isn't required, the error is due to mpl's preprocessed headers not including the boost preprocessor headers and doesn't occur in other libraries that use iteration, as they always include the headers. I've had a look through the test results and everything seems to be working.
Yes. Go ahead. Through today, the release branch is still open for bug fixes known to be stable. So you really don't have to ask permission. --Beman
participants (2)
-
Beman Dawes
-
Daniel James