Adjust a literal in AtomicHashMap.h to be correctly sized
authorOrvid King <blah38621@gmail.com>
Mon, 27 Jul 2015 22:09:31 +0000 (15:09 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Mon, 27 Jul 2015 23:22:23 +0000 (16:22 -0700)
commit150fc4e9c0f136baabdc50ca01498af4240c6a20
tree354d8b35f2b5cbf7a87a4999d21206a21e8da60f
parent51eee59bc7907f959684194514bb5368fb4aa4c9
Adjust a literal in AtomicHashMap.h to be correctly sized

Summary: Noticed because of a warning emitted by MSVC, this fixees the literal for `kLockedPtr_` to correctly be 64-bits under MSVC, rather than 32-bit.
Closes #245

Reviewed By: @yfeldblum

Differential Revision: D2282806

Pulled By: @sgolemon
folly/AtomicHashMap.h