Use a constexpr char* under MSVC for the constexpr StringPiece test
authorChristopher Dykes <cdykes@fb.com>
Mon, 22 Aug 2016 21:15:39 +0000 (14:15 -0700)
committerFacebook Github Bot 4 <facebook-github-bot-4-bot@fb.com>
Mon, 22 Aug 2016 21:23:30 +0000 (14:23 -0700)
commit07c7cdeebc61e9640d4b94d28eca6879c471bbdc
treed19beebe07d73b7508c2542cc1a7375039b6a5a4
parent2a0c9d069374e5953625ae45aaa9ccbece7a7f5d
Use a constexpr char* under MSVC for the constexpr StringPiece test

Summary: MSVC can't handle the array as a constexpr value, but works fine with the char*.

Reviewed By: yfeldblum

Differential Revision: D3705189

fbshipit-source-id: e8208b3f2831a720095641f0e1e72ac63ed845a0
folly/test/RangeTest.cpp