Require gcc 4.8 for the open source build
commit0725be74018aecfe3936a54ccda50a6d562ae417
authorJoel Marcey <joelm@fb.com>
Tue, 3 Jun 2014 18:43:51 +0000 (3 11:43 -0700)
committerJoelMarcey <joelm@fb.com>
Tue, 3 Jun 2014 23:58:50 +0000 (3 16:58 -0700)
treecb671ac11a329ed2e4f93645602b8587c72b85f2
parent2a4b40c850ab2cb7932a75da362fdbe77ef9aaa8
Require gcc 4.8 for the open source build

Summary: We wanted to kill 4.7 with fire anyway, but now we actually have to or we will break the build.

For example, D1356667 will actually not compile with 4.7 since functions like `is_trivially_destructible` are not available in the `type_traits.h` header there.

Reviewed By: @scannell

Differential Revision: D1361595
CMake/HPHPCompiler.cmake
configure_generic.sh