Call destructor for non-trivial destructors if arena allocator is used in ConcurrentS...
authorDen Raskovalov <denplusplus@fb.com>
Sat, 6 Feb 2016 05:31:32 +0000 (21:31 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Sat, 6 Feb 2016 06:20:24 +0000 (22:20 -0800)
commitd638ae7a87538e30014a37ba8941f0cec51198a0
tree81c190261027b78a78f726621bad5370b5b68149
parent4c0ddd98fddc75be67fd29afbf760dff93220b92
Call destructor for non-trivial destructors if arena allocator is used in ConcurrentSkipList.

Reviewed By: philippv

Differential Revision: D2900534

fb-gh-sync-id: c711a160d541d937ada24f2b524016dbceb40ee2
folly/ConcurrentSkipList-inl.h
folly/ConcurrentSkipList.h
folly/test/ConcurrentSkipListTest.cpp