Vyacheslav Napadovsky

Results 13 comments of Vyacheslav Napadovsky

@xfxyjwf sorry for the delay, lots of work. After a more deep consideration I suggest the interface to look something like this. ``` cpp #include #include GOOGLE_PROTOBUF_HASH_NAMESPACE_DECLARATION_START template struct hash...

@xfxyjwf I don't mind to implement this feature by myself, but my pull request code will need a review.

Sure. When the first owner of shared_ptr is created with a constructor from a pointer, it allocates memory for a control block used to reference counting. make_shared method allocates memory...