$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-02-04 11:40:54
Jaroslav Gresula wrote:
> I tried to compile the smart pointer regression tests on HP-UX and found
> out that the compiler takes the 'advanced' version of get_deleter()
> template function (defined in shared_ptr.hpp) which is evidently beyond
> its limits (we use aCC, version HP ANSI C++ B3910B A.03.35). In case
> anyone is interested, I attached a 'patch' against shared_ptr.hpp,
> revision 1.52 - it just redirects the compiler to the already
> existing workaround version.
Applied, thank you.