use to_ascii_decimal in FOLLY_SAFE_CHECK
Summary: Use `folly::to_ascii_decimal` in `FOLLY_SAFE_CHECK` and related facility implementations. This facility is intentionally async-signal-safe on its own and is light on its dependencies. Specifically, avoid the dependency on `folly/Conv.h` which is heavier. Reviewed By: luciang Differential Revision: D26597237 fbshipit-source-id: e3cf0b3a3046cdbd3da89cc8a2e0627edb5a5a85
Showing
Please register or sign in to comment