Emplacement in folly::padded::Adaptor, if the adapted class allows.
authorYedidya Feldblum <yfeldblum@fb.com>
Tue, 11 Aug 2015 18:47:39 +0000 (11:47 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Tue, 11 Aug 2015 19:22:06 +0000 (12:22 -0700)
commit344f7d2ae913dfb342810464e3b030acfddf584d
treeef53e0817c685c12879340046b27dfba94424325
parentb4067a717342d6feb08966a03afd833feb777aeb
Emplacement in folly::padded::Adaptor, if the adapted class allows.

Summary: [Folly] Emplacement in folly::padded::Adaptor, if the adapted class allows.

Reviewed By: @Gownta

Differential Revision: D2157162
folly/ContainerTraits.h [new file with mode: 0644]
folly/Makefile.am
folly/Padded.h
folly/test/ContainerTraitsTest.cpp [new file with mode: 0644]
folly/test/PaddedTest.cpp