New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 699958 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Jun 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Update flatbuffers to fix build for CL 2723083004

Project Member Reported by pkalinnikov@chromium.org, Mar 9 2017

Issue description

The 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
 
Summary: Update flatbuffers to fix build for CL 2723083004 (was: Update flatbuffers to include )
Status: WontFix (was: Started)
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