Drop support for GCC < 4.8 in folly/Conv.h
authorYedidya Feldblum <yfeldblum@fb.com>
Wed, 9 Sep 2015 01:48:54 +0000 (18:48 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Wed, 9 Sep 2015 02:20:16 +0000 (19:20 -0700)
commit541d12092aba15dae59710a36d9b72dfc28b84d3
tree435c0ffe116bbaa1fe9dca44eee40e899e5ace7c
parent26164748e7b35b2368931a1528b576a49e62707a
Drop support for GCC < 4.8 in folly/Conv.h

Summary: [Folly] Drop support for GCC < 4.8 in folly/Conv.h.

Can't stay indefinitely backcompat with older compilers.

Reviewed By: @Gownta, @JoelMarcey

Differential Revision: D2422369
folly/Conv.h
folly/test/ConvTest.cpp