$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [smart_ptr] BugTicket #11843, Hash not supported for shared_ptr<T[N]>
From: Gagan Kumar (gagan1kumar_at_[hidden])
Date: 2015-12-15 12:32:42
I have tried to solve problem for hash not supported for shared_ptr<T[N]>
https://github.com/boostorg/smart_ptr/pull/22
However, I wanted to know Is there a way to solve hash problem with shared_ptr<T[]>. Since hash here depends on all element and we can't get array size in this case. Still, does there exists way which I may be missing.