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

Fixed the move semantics related and other issues reported by the newer clang compiler. #153

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

safaruqi
Copy link
Contributor

*Issue number of the reported bug or feature request: #150 *

Describe your changes
Fixed all of the move semantics related and other issues reported by the newer clang compiler.

Testing performed
Was able to run all the included tests successfully which tests the whole fixture and primitives.

Additional context

@safaruqi
Copy link
Contributor Author

Travis Ci passed for g++ C++ standard 11, 14, & 17. For clang it passed for C++ 14 & 17 but is failing for c++11. WIl look at it when I find some time next.

Copy link
Contributor

@accelerated accelerated left a comment

Choose a reason for hiding this comment

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

Looks solid. I think it's the right approach as providing move-semantics for synchronization types doesn't make sense and as such should be kept deleted

…ang compiler

Fixed deprecated gtest macro warnings

Signed-off-by: Salman Faruqi <sfaruqi@yahoo.com>
@accelerated
Copy link
Contributor

@safaruqi @arosenzweig3 any updates on this merge? Seems like it's holding up some folks...

@arosenzweig3
Copy link
Contributor

This looks good to me, just getting another set of eyes on it before we merge.

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.

None yet

3 participants