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

Add Tests that employ Lambdas #25

Open
ajtack opened this issue Jul 30, 2014 · 0 comments
Open

Add Tests that employ Lambdas #25

ajtack opened this issue Jul 30, 2014 · 0 comments
Labels

Comments

@ajtack
Copy link
Owner

ajtack commented Jul 30, 2014

At the time of this writing, Riak-cpp relies entirely on traditional functions (with std::bind, for instance) to react to various operations. This is due to the original goal of first-class g++ v4.4 support. However, we need to explicitly target these new technologies.

Acceptance Criteria

  • Every riak operation has a passing test employing a lambda instead of std::bind.
  • All tests employing lambdas are guarded (#ifndef) for a compatible compiler (>= g++-4.4)
  • The documentation is updated to prefer lambda syntax.
@ajtack ajtack added the feature label Jul 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant