Fix the last issues with exception_wrapper under MSVC
authorChristopher Dykes <cdykes@fb.com>
Thu, 13 Apr 2017 01:19:37 +0000 (18:19 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 13 Apr 2017 01:22:32 +0000 (18:22 -0700)
commit3a7cbbe49433606c07f53a32cca05d7cb221e433
tree6d7233f870e242fe67e70e932835071ae5968fb0
parentb4bcc1a7ce2999de5802d6ca6eada3152869c54c
Fix the last issues with exception_wrapper under MSVC

Summary:
Well, MSVC 2017 anyways.
MSVC 2017 wasn't able to handle the decltype in the type specialization, which was also entirely unnecesary.

Reviewed By: yfeldblum

Differential Revision: D4880272

fbshipit-source-id: b6deed72a12d4b58d6eca200e7287e536f94ca30
folly/ExceptionWrapper-inl.h
folly/ExceptionWrapper.h