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

Support equals in operator== of Any #4056

Merged
merged 1 commit into from Dec 28, 2017

Conversation

lisitsyn
Copy link
Member

No description provided.

Copy link
Member

@vigsterkr vigsterkr left a comment

Choose a reason for hiding this comment

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

you can 14!

};

template <class T>
auto compare_impl(by_default, T& lhs, T& rhs) = delete;
Copy link
Member

Choose a reason for hiding this comment

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

auto return is only c++14. but no worries just up the required version here:
https://github.com/shogun-toolbox/shogun/blob/develop/CMakeLists.txt#L35

Copy link
Member

Choose a reason for hiding this comment

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

Oh wow so this happened? 👯‍♂️

@lisitsyn
Copy link
Member Author

@vigsterkr sir I did address your comments!

- REQUIRE C++14 FROM NOW ON
@lisitsyn lisitsyn merged commit 69c4702 into shogun-toolbox:develop Dec 28, 2017
@lisitsyn lisitsyn deleted the smart-equals-in-any branch December 30, 2017 23:05
dgkim5360 pushed a commit to dgkim5360/shogun that referenced this pull request Jan 7, 2018
ktiefe pushed a commit to ktiefe/shogun that referenced this pull request Jul 30, 2019
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