Mark the long overload of digits_to as noexcept
authorChristopher Dykes <cdykes@fb.com>
Fri, 19 Aug 2016 20:51:26 +0000 (13:51 -0700)
committerFacebook Github Bot 7 <facebook-github-bot-7-bot@fb.com>
Fri, 19 Aug 2016 20:54:14 +0000 (13:54 -0700)
commit984f7ba613583efca995c55c363e8e226727b9b6
tree4bb0b5f4b7b0f7a856758d12fd3bde5f6f9624c0
parent8e13f6e0579b52f250f065e3ad1185db94d47de4
Mark the long overload of digits_to as noexcept

Summary: Well, the explicit instantion for it anyways. The extern template declaration for it declares it as `noexcept`, so MSVC generates an error because the explicit instantiation is not also marked as `noexcept`

Reviewed By: yfeldblum, ericniebler

Differential Revision: D3744090

fbshipit-source-id: 4e756b2761c23a436097a6131b9b2ecd59faf4f9
folly/Conv.cpp