Extensibility for folly::to<> through ADL
authorTom Jackson <tjackson@fb.com>
Thu, 7 Apr 2016 21:01:28 +0000 (14:01 -0700)
committerFacebook Github Bot 9 <facebook-github-bot-9-bot@fb.com>
Thu, 7 Apr 2016 21:05:24 +0000 (14:05 -0700)
commit54f2a4c869770c4e800f654bd4f916cdcf898864
treee3493c95b375caa623a19b6ee43b66002f4eecf1
parent4785dfe0af27d00755cac61bacec34539bc9878c
Extensibility for folly::to<> through ADL

Summary: Primarily to support slightly more flexible implementations of `split()`;

Reviewed By: ot

Differential Revision: D3116763

fb-gh-sync-id: 69023c0f26058516f25b9c1f9824055efc7021f9
fbshipit-source-id: 69023c0f26058516f25b9c1f9824055efc7021f9
folly/Conv.cpp
folly/Conv.h
folly/String-inl.h
folly/String.cpp
folly/String.h
folly/test/ConvTest.cpp
folly/test/StringTest.cpp