Fix GCC 4.7.x compilation issue with lambda
commit0f5bf2076149485919d7ad3b82ea50110222d0b5
authorSean Cannella <seanc@fb.com>
Tue, 12 Nov 2013 19:52:11 +0000 (12 11:52 -0800)
committerSara Golemon <sgolemon@fb.com>
Wed, 13 Nov 2013 21:12:33 +0000 (13 13:12 -0800)
tree1dd5f34d76619933b7c64df888cf1bb851361955
parentde2b766540808966ecfe133383244631c366e743
Fix GCC 4.7.x compilation issue with lambda

GCC 4.7.x on Amazon Linux AMI compilation results in the linker
being unable to find the lambda so de-lambdify it.

Closes #1264

Reviewed By: @ptarjan

Differential Revision: D1052778
hphp/runtime/ext/ext_datetime.cpp