Consistent void return-type checks in DistributedMutex
Summary: [Folly] Consistent `void` return-type checks in `DistributedMutex`. `const void` is a different type from `void`, but both match the `std::is_void` predicate. Reviewed By: aary Differential Revision: D14638815 fbshipit-source-id: 96d1e18dfe1026b3881dafe5ceb816a8dd3add08
Showing
Please register or sign in to comment