Disable the constexpr tests for findFirstSet, findLastSet and nextPowTwo under MSVC
authorChristopher Dykes <cdykes@fb.com>
Thu, 11 Aug 2016 21:25:18 +0000 (14:25 -0700)
committerFacebook Github Bot 7 <facebook-github-bot-7-bot@fb.com>
Thu, 11 Aug 2016 21:39:03 +0000 (14:39 -0700)
commit4027e2c635201333dee0ebf92d51b62422c4a57e
tree5ed76510f29419e1f961ae9a22f2533df9aedfff
parent27f1f7e81d920600c47df0d85b5ab6a2d6c6fc16
Disable the constexpr tests for findFirstSet, findLastSet and nextPowTwo under MSVC

Summary: Because they aren't currently constexpr under MSVC.

Reviewed By: yfeldblum

Differential Revision: D3705095

fbshipit-source-id: ea266ebd9677fb2ba232476160f7c10a23954db9
folly/test/BitsTest.cpp