Better support for folly::Range with non-const iterators underneath
Summary: Implicitly construct Range<To> from Range<From> if From is implicitly convertible to To. Explicitly construct Range<To> from Range<From> if To is (explicitly) constructible from From. Add special-cases for Range<char*>, Range<unsigned char*> similar to the ones for Range<const char*>, Range<const unsigned char*>. Test Plan: test added Reviewed By: philipp@fb.com FB internal diff: D1182999
Showing
Please register or sign in to comment