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
Showing
Please register or sign in to comment