$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2008-06-09 14:43:50
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