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

Need help with is_callable_test #883

Closed
jlippuner opened this issue Sep 25, 2013 · 2 comments
Closed

Need help with is_callable_test #883

jlippuner opened this issue Sep 25, 2013 · 2 comments
Assignees
Milestone

Comments

@jlippuner
Copy link

Compiling HPX on a Linux cluster with GCC 4.8.1 results in the test tests.unit.traits.is_callable failing with

################################################################################
Command: /home/jlippuner/hpx/build_trunk/bin/is_callable_test -t1 -l1 -0
Result: Failed
Exit code: 1
Timed out: False
################################################################################
/home/jlippuner/hpx/hpx-src/tests/unit/traits/is_callable.cpp(90): mem-fun-ptr/const-ptr failed in function 'void member_function_pointers()'
/home/jlippuner/hpx/hpx-src/tests/unit/traits/is_callable.cpp(92): mem-fun-ptr/const-lvref failed in function 'void member_function_pointers()'
/home/jlippuner/hpx/hpx-src/tests/unit/traits/is_callable.cpp(94): mem-fun-ptr/const-rvref failed in function 'void member_function_pointers()'
0 sanity checks and 3 tests failed.
################################################################################

Any ideas what might be going wrong?

@K-ballo
Copy link
Member

K-ballo commented Sep 25, 2013

That looks like a bug in the C++11 implementation of the trait.

@ghost ghost assigned K-ballo Sep 25, 2013
@K-ballo
Copy link
Member

K-ballo commented Sep 25, 2013

Closing as duplicate of #884

@K-ballo K-ballo closed this as completed Sep 25, 2013
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