Update flatbuffers to fix build for CL 2723083004 |
||
Issue descriptionThe CL https://codereview.chromium.org/2723083004/ does not land because FlatBuffers doesn't compile. Update the FB to include the following commit: https://github.com/google/flatbuffers/commit/7c7c571bbec3e698b17a191cb5616f94b05cd864
,
Jun 9 2017
As discussed in crrev/2723083004, we could define FLATBUFFERS_CPP98_STL in flatbuffers_config to try avoiding std::function usage. However, this would render in flatbuffers_unittest build failure (because it is written as if the macro is never defined). Moreover, the problem does not appear again. I am marking it WontFix. |
||
►
Sign in to add a comment |
||
Comment 1 by pkalinnikov@chromium.org
, Mar 9 2017