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

C++ feature tests #1452

Merged
merged 6 commits into from Apr 7, 2015
Merged

C++ feature tests #1452

merged 6 commits into from Apr 7, 2015

Conversation

K-ballo
Copy link
Member

@K-ballo K-ballo commented Apr 7, 2015

No description provided.


hpx_check_for_cxx11_function_template_default_args(
REQUIRED "HPX needs support for C++11 defaulted function template arguments")

Copy link
Member

Choose a reason for hiding this comment

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

Where do we rely on defaulted function template arguments? I thought we wouldn't...

Copy link
Member Author

Choose a reason for hiding this comment

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

Variadic tuple relies on it, as it needs to do SFINAE on a variadic constructor.

@hkaiser
Copy link
Member

hkaiser commented Apr 7, 2015

Otherwise, LGTM! Thanks!

hkaiser added a commit that referenced this pull request Apr 7, 2015
@hkaiser hkaiser merged commit ac00135 into master Apr 7, 2015
@hkaiser hkaiser deleted the cxx-feature-tests branch April 7, 2015 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants