[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnash-dev] [PATCH] Fix build with older Boost versions
From: |
Gwenole Beauchesne |
Subject: |
[Gnash-dev] [PATCH] Fix build with older Boost versions |
Date: |
Thu, 5 Aug 2010 14:30:48 +0200 (CEST) |
User-agent: |
Alpine 1.10 (DEB 962 2008-03-14) |
Hi,
This patch fixes build with older Boost version (< 1.36). In particular,
intrusive_ptr<>::reset(T *) appeared in 1.35 and intrusive_ptr<>::reset()
appeared in 1.36.
I have only copied the implementation from boost 1.36. Not tested.
Regards,
Gwenole.
0003-Fix-build-with-older-Boost-version-1.36.patch
Description: Text Data
- [Gnash-dev] [PATCH] Fix build with older Boost versions,
Gwenole Beauchesne <=