fixing namespacing issue for the dummy non sse crc32c_hw
authorStephen Chen <tracelog@fb.com>
Wed, 13 Sep 2017 21:19:14 +0000 (14:19 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 13 Sep 2017 21:21:58 +0000 (14:21 -0700)
commitaa0624356b4cffb0db795327c28dd0b88a14f926
tree34308d0c984d1c48271d0b3b2de21eb079a43b74
parent7a3f4d065e50a3b1e8f63e0701e7bffd31b42417
fixing namespacing issue for the dummy non sse crc32c_hw

Summary:
Because the way the #if was written, the dummy crc32c_hw function accidentally
ended in folly namespace instead of folly::details as expected. Fix this.

Reviewed By: yfeldblum

Differential Revision: D5826187

fbshipit-source-id: ba0f2207a00bc21eda7a727f3f1025e1106d55f9
folly/detail/Crc32cDetail.cpp