PackedSyncPtr.data_ is private
Summary: As the (now removed) comment says, GCC 4.6 doesn't treat structs with private members as POD types... The thing is, GCC 4.6 is long dead, so make `data_` private and assert that it's a POD type. Reviewed By: meyering Differential Revision: D3373172 fbshipit-source-id: b2f1ee59d544461fe986705164cc6c866af62865
Showing
Please register or sign in to comment