Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net