Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the following build error of rpc_service.cpp #502

Merged
merged 1 commit into from
May 30, 2018

Conversation

withsmilo
Copy link
Collaborator

/src/libclipper/src/rpc_service.cpp:389:16: error: no member named 'accumulate' in namespace 'std'
          std::accumulate(output_header, output_header + num_outputs, 0));
          ~~~~~^
1 error generated.

/src/libclipper/src/rpc_service.cpp:389:16: error: no member named 'accumulate' in namespace 'std'
          std::accumulate(output_header, output_header + num_outputs, 0));
          ~~~~~^
1 error generated.
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@dcrankshaw
Copy link
Contributor

jenkins ok to test

Copy link
Contributor

@dcrankshaw dcrankshaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Clipper-PRB/1523/
Test PASSed.

@simon-mo simon-mo merged commit 10b491d into ucbrise:develop May 30, 2018
@withsmilo withsmilo deleted the fix_build_error branch June 7, 2018 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants