
9 Jun
2008
9 Jun
'08
6:43 p.m.
Markus Schöpflin skrev:
Hello,
attached patch contains a fix for Tru64/CXX, which somehow seems to have troubles with the following code in the class associative_ptr_container:
using base_type::begin; using base_type::end; using base_type::cbegin; using base_type::cend;
It looks like the compiler doesn't consider these using declarations when performing overload resolution for one of these methods.
The fix is easy, it simply adds inline definitions for these methods.
Can this patch please be applied?
I'll apply it shortly. Thanks -Thorsten