28 Nov
2010
28 Nov
'10
10:39 p.m.
On 11/28/2010 04:22 PM, Howard Hinnant wrote:
I guess to implement this the shared_mutex would need to keep a vector
> of shared owners so that it can detect and track the recursion.
Or perhaps a few bytes of thread-local storage? Don't know if that's fair game for this implementation. - Marsh