Determine noexcept'ness of folly::Optional with std::is_nothrow_constructible
authorChristopher Dykes <cdykes@fb.com>
Fri, 7 Jul 2017 09:59:14 +0000 (02:59 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 7 Jul 2017 10:05:21 +0000 (03:05 -0700)
commitf0dfe0f699c68867eccde9dda9fe1617ef31303e
treecb46f5d79d33e6f86da351fa8f95c538520bb42b
parent9c5c580189747398c04aa7892670b854aa5eb50f
Determine noexcept'ness of folly::Optional with std::is_nothrow_constructible

Summary: Because MSVC is not happy about how it's written now.

Reviewed By: yfeldblum

Differential Revision: D5378740

fbshipit-source-id: 8b77d1a05da75b331e0cb72bd0ad859b89e54b36
folly/Optional.h