Add resizing constructor to folly::padded::Adaptor
authorTudor Bosman <tudorb@fb.com>
Tue, 5 Mar 2013 00:31:58 +0000 (16:31 -0800)
committerJordan DeLong <jdelong@fb.com>
Tue, 19 Mar 2013 00:08:12 +0000 (17:08 -0700)
commitf4cbf351c0943c93a98388461a2d00341b3e7ac5
treec90f4d34ffb49c08d53dac75d838ccc3ee0375b6
parent218b523148612c9eda1e4e817573c2309dae71fa
Add resizing constructor to folly::padded::Adaptor

Summary: Added Adaptor(size_t, const value_type&)

Test Plan: test added

Reviewed By: soren@fb.com

FB internal diff: D726358
folly/Padded.h
folly/test/PaddedTest.cpp