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

Move optional.hpp as a submodule #3559

Merged
merged 3 commits into from
Oct 12, 2017
Merged

Move optional.hpp as a submodule #3559

merged 3 commits into from
Oct 12, 2017

Conversation

scribam
Copy link
Contributor

@scribam scribam commented Oct 9, 2017

Code changes are limited by using the following "hack" to keep future compatibility with C++17. If there is a better way to achieve the same thing, let me know.

namespace std
{
	template<class T>
	using optional = experimental::optional<T>;
}

@kd-11 kd-11 requested a review from Nekotekina October 12, 2017 09:11
@Nekotekina Nekotekina merged commit 0129c54 into RPCS3:master Oct 12, 2017
@scribam scribam mentioned this pull request Oct 14, 2017
@scribam scribam deleted the optional-submodule branch October 15, 2017 14:43
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.

3 participants