Update folly OSS build to use 1y
authorElliott Clark <elliott@fb.com>
Thu, 2 Jun 2016 22:37:35 +0000 (15:37 -0700)
committerFacebook Github Bot 0 <facebook-github-bot-0-bot@fb.com>
Thu, 2 Jun 2016 22:38:23 +0000 (15:38 -0700)
commit9fc18f0ac3b21dc2abb5700fba9fc0c27ffd190d
tree8ea942cb9c5772655c15460bac5bc97b76ba07ff
parent708998eb51fe2ce2da91ecd54a106240e51f3d28
Update folly OSS build to use 1y

Summary: use std=c++1y for compiling since we use c+=14 feautures but don't want to require a recent gcc.

Reviewed By: bhamiltoncx

Differential Revision: D3380287

fbshipit-source-id: 8ece6007cf613d307bafe692f1af70f5359df95a
folly/configure.ac
folly/m4/ac_cxx_compile_stdcxx_0x.m4 [deleted file]
folly/m4/ac_cxx_compile_stdcxx_1y.m4 [new file with mode: 0644]