9 Aug
2010
9 Aug
'10
12:43 p.m.
On 9 August 2010 13:29, Robert Jones
The code I write needs to compile under several older versions of Boost, as I'm sure is very common.
I have been tripped up by using const_pointer_cast, which apparently doesn't exist very far into the past.
The header 'ponter_cast.hpp' was added in boost 1.34, if that helps. Daniel