Enable Elf::at<T> only for POD data types
Summary: - Make sure that the utility function Elf::at<T> only works for POD datatypes, as it uses reinterpret_cast<T>. Test Plan: - Unit tests Reviewed By: simpkins@fb.com FB internal diff: D748314
Showing
Please register or sign in to comment