fix atomic::store bad usage
Summary: Fix usage of atomic::store() where memory order is the only argument. It worked because of memory_order value is implicit casted to correct value luckily. Reviewed By: djwatson Differential Revision: D8108348 fbshipit-source-id: 7c4050b8cb50ec3ab6977cd9adce45249130320c
Showing
Please register or sign in to comment