Fix Build: GCC 4.9 has std::make_unique but not __cplusplus >= 201402L
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 10 Oct 2015 02:09:42 +0000 (19:09 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Sat, 10 Oct 2015 02:20:19 +0000 (19:20 -0700)
commit3a7ad48395acfe69ed4df89adce7ddd52aee26c4
tree230081c66fbd376deb8e3fba93389fdb9a7bafc4
parentb3fe16e25f8002feac7ef07494e28ecf52bedf3f
Fix Build: GCC 4.9 has std::make_unique but not __cplusplus >= 201402L

Summary: [Folly] Fix Build: GCC 4.9 has `std::make_unique` but not `__cplusplus >= 201402L`.

Reviewed By: @igorsugak

Differential Revision: D2528584

fb-gh-sync-id: 9ad0567429698fb1320ad4066ee06add31acbd57
folly/Memory.h