avoid ambiguity in to_ascii_size
Summary: The ambiguity is that the name appears as both `folly::to_ascii_size` and `folly::detail::to_ascii_size`, so that anything which imports both `folly` and `folly::detail` or which is within `folly::detail` may, depending on the particular compiler, find an unqualified call ambiguous. Differential Revision: D27535255 fbshipit-source-id: 05db44e6b153d75b691d67c878785cab1655051d
Showing
Please register or sign in to comment