Change visibility of folly::Arena constructors to public
authorSara Golemon <sgolemon@fb.com>
Wed, 24 Jun 2015 16:32:24 +0000 (09:32 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 24 Jun 2015 16:41:06 +0000 (09:41 -0700)
commit4514c06cdfe7038b74ab99916824f203a65da446
tree0725bbdace6170457c318c1e6dc99c3f1f206565
parent65eadfc8401481285dc027582300e46c56379ba8
Change visibility of folly::Arena constructors to public

Summary: In the case of the copy constructor, this change
doesn't really matter, since it's deleted anyway.

In the case of the move constructor, it fixes what was probably
an unintentional hiding.  The class certainly looks like
it supports moving.

Closes #121

Reviewed By: @yfeldblum

Differential Revision: D2184131
folly/Arena.h
folly/test/ArenaTest.cpp