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

Syntax error for -DHPX_UNIQUE_FUTURE_ALIAS in master #1094

Closed
eschnett opened this issue Mar 28, 2014 · 1 comment
Closed

Syntax error for -DHPX_UNIQUE_FUTURE_ALIAS in master #1094

eschnett opened this issue Mar 28, 2014 · 1 comment
Assignees
Labels
category: core difficulty: easy Good issues for starting out with HPX development type: defect
Milestone

Comments

@eschnett
Copy link
Contributor

The master branch has a C++ error in line 796 of hpx_fwd.hpp:

#if defined(HPX_UNIQUE_FUTURE_ALIAS)
    template <typename R>
    using lcos::unique_future;

Templated using declarations require an equals sign.

@hkaiser
Copy link
Member

hkaiser commented Mar 28, 2014

Fixed by 9f578c2

@hkaiser hkaiser closed this as completed Mar 28, 2014
@hkaiser hkaiser added this to the 0.9.9 milestone Mar 28, 2014
@hkaiser hkaiser changed the title Grammar error for -DHPX_UNIQUE_FUTURE_ALIAS in master Syntax error for -DHPX_UNIQUE_FUTURE_ALIAS in master Mar 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: core difficulty: easy Good issues for starting out with HPX development type: defect
Projects
None yet
Development

No branches or pull requests

3 participants