~smspillaz/folly/folly-git-master

Viewing all changes in revision 5699.

  • Committer: Facebook Github Bot
  • Author(s): Yedidya Feldblum
  • Date: 2018-07-20 06:38:24 UTC
  • Revision ID: git-v1:b5f590c2dff4800ab00ba7ee245450d1e1b0a569
Cut non-const conversion overloads from Range

Summary: [Folly] Cut non-`const` conversion overloads from `Range`, for both `operator T` and `to<T>`: let them be `const` member functions so that the converted-to object cannot update `Range` internal state.

Reviewed By: terrelln, vitaut

Differential Revision: D8921428

fbshipit-source-id: eefc14b5fe2033cac43ebc274b27bdea95388488

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: