4 Feb
2005
4 Feb
'05
4:40 p.m.
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.