MPMCQueue: Fix anonymous union of T and Atom<T> treatment
Summary: The previous code issued stores/loads to the non-atomic anonymous union members from partially specialized Dynamic=true code. This breaks when Atom is a class that doesn't behave like a std::atomic. Reviewed By: magedm Differential Revision: D10502987 fbshipit-source-id: 8c4670df98dbc830593b5f0edaaa56e2d8842719
Showing
Please register or sign in to comment