Fix a parse error in detail/ThreadLocalDetail.h under MSVC
authorOrvid King <blah38621@gmail.com>
Mon, 27 Jul 2015 21:41:06 +0000 (14:41 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Fri, 31 Jul 2015 20:22:30 +0000 (13:22 -0700)
commit0aac063547d2cb06d88497d2d8b02cc2dd7e94a2
tree3af6244c9c647f74bff81923cfca65f5c92dfe60
parentd383a1167cca0599b5ca9053f4f5ade55a7b50a5
Fix a parse error in detail/ThreadLocalDetail.h under MSVC

Summary: I have no idea why this specific declaration would error, or if there is a difference in meaning, but this fixes MSVC's absurd parser error.
Closes #277

Reviewed By: @yfeldblum

Differential Revision: D2284096
folly/detail/ThreadLocalDetail.h