EASY: fix small bug in fallback F14 visitAllocationClasses
Summary: When vector intrinsics are not available, `visitAllocationClasses` fails to compile as it is a member function of a template class and it invokes a member function of a template base class without explicit `this->`. Reviewed By: yfeldblum, nbronson Differential Revision: D8300168 fbshipit-source-id: 1c1619bd1c864535648e531b218d2cf1ffef767b
Showing
Please register or sign in to comment