Github user jeking3 commented on the issue:
https://github.com/apache/thrift/pull/1465
I found a check-in to hxcpp around October 2017 which enabled C++11 by
default; I had to disable it by setting this environment variable: `export
HXCPP_CPP11=0` in the ubsan build script.---
