Make AtomicHashMap support move constructible types
authorWei Wu <weiw@fb.com>
Mon, 23 Jul 2012 16:20:41 +0000 (09:20 -0700)
committerJordan DeLong <jdelong@fb.com>
Thu, 2 Aug 2012 08:55:41 +0000 (01:55 -0700)
commitbc46f015ee17b1c8fb00a546aff8fd0e80b029e4
treecf1f5b232b82bb893aa6a86794d870285d0cce0e
parentf1c708fcdcde3c68e0b68a1e3d28919c2fc50064
Make AtomicHashMap support move constructible types

Summary: modified AtomicHashArray and AtomicHashMap to support move constructible types

Test Plan: tested with fbcode/folly/test/AtomicHashArrayTest.cpp and fbcode/folly/test/AtomicHashMapTest.cpp

Reviewed By: philipp@fb.com

FB internal diff: D527270
folly/AtomicHashArray-inl.h
folly/AtomicHashArray.h
folly/AtomicHashMap-inl.h
folly/AtomicHashMap.h
folly/test/AtomicHashArrayTest.cpp
folly/test/AtomicHashMapTest.cpp