move folly::detail::IsSomeString outside of folly::detail
Summary: It is useful when writing additional specializations of of toAppend() and related functions to use IsSomeString, the same way the ones in Conv.h do. Move IsSomeString out of detail, so outside code doesn't access a detail namespace inappropriately. Test Plan: fbmake runtests; arc lint Reviewed By: tudorb@fb.com FB internal diff: D1130910
Showing
Please register or sign in to comment