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

Fix binding const member functions as actions #722

Closed
hkaiser opened this issue Feb 22, 2013 · 2 comments
Closed

Fix binding const member functions as actions #722

hkaiser opened this issue Feb 22, 2013 · 2 comments

Comments

@hkaiser
Copy link
Member

hkaiser commented Feb 22, 2013

Clang reports errors while compiling code which uses const member functions as actions. Apparently, HPX currently relies on invalid C++ (which gcc, Intel, and MSVC compile just fine) to implement this feature. The solution is probably to create a full set of specializations for the component_action template for this case. This also needs to be fixed in order to properly solve #663: Create a buildbot slave based on Clang 3.2/OSX.

@VeXocide
Copy link
Contributor

VeXocide commented Mar 4, 2013

Fixed in the fixing_722 branch.

@VeXocide VeXocide closed this as completed Mar 4, 2013
@hkaiser
Copy link
Member Author

hkaiser commented Mar 5, 2013

The fixing_722 branch was merged here: ab794af

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants