Support constexpr StringPiece.
authorSoren Lassen <soren@fb.com>
Sun, 29 Sep 2013 00:53:52 +0000 (17:53 -0700)
committerPeter Griess <pgriess@fb.com>
Tue, 15 Oct 2013 01:45:56 +0000 (18:45 -0700)
commit21f209898954d32fc63d52143bd9481a6d64c274
treeb55e512ac4d242991cf8b173cfcd948a3e70ae19
parent14fde8ae9c20af82e0b134ba5245d28d032b5b44
Support constexpr StringPiece.

Test Plan: fbconfig folly/test --platform=gcc-4.8.1-glibc-2.17 && fbmake dbg _bin/folly/test/range_test && _bin/folly/test/range_test

Reviewed By: tudorb@fb.com

FB internal diff: D989142
folly/Range.h
folly/test/RangeTest.cpp