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

Missing constexpr default constructor for hpx::mutex #6008

Closed
bhumitattarde opened this issue Sep 8, 2022 · 0 comments · Fixed by #6077
Closed

Missing constexpr default constructor for hpx::mutex #6008

bhumitattarde opened this issue Sep 8, 2022 · 0 comments · Fixed by #6077

Comments

@bhumitattarde
Copy link
Contributor

Expected Behavior

Expected hpx::mutex to have a constexpr default constructor.

Actual Behavior

constexpr default constructor for hpx::mutex is missing.

Steps to Reproduce the Problem

Specifications

  • HPX Version: development @ 878893570e375cd60d42c31ae80d109725bdd003
  • Platform (compiler, OS): clang, Linux Fedora
@bhumitattarde bhumitattarde changed the title Missing constexpr default constructor for hpx::mutex` Missing constexpr default constructor for hpx::mutex Sep 8, 2022
@hkaiser hkaiser added this to the 1.9.0 milestone Sep 8, 2022
bors bot pushed a commit that referenced this issue Nov 21, 2022
6077: Making default constructor of hpx::mutex constexpr r=hkaiser a=hkaiser

Fixes #6008

This also helps with #3440


Co-authored-by: Hartmut Kaiser <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants