Test sub_launcher.cpp is failed with no member named 'sleep_for' in namespace 'std::this_thread' in gcc 11
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 68/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- cpp
- Domain
- testing-qa
Research direction
Start at test/sub_launcher.cpp around line 79 and reproduce the test failure with GCC 11. Check the test's standard-library includes, then verify it builds and runs successfully; done means std::this_thread::sleep_for is declared without relying on indirect includes.
Written by the indexing model from the issue text.
Description
Test sub_launcher.cpp is failed with no member named 'sleep_for' in namespace 'std::this_thread' in gcc 11.
Need to include <thread> explicitly.
https://github.com/boostorg/process/blob/741d3f4a07a65736c7ce60ea2f1084f079edec5e/test/sub_launcher.cpp#L79
- Dominant language
- C++
- Stars
- 145
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from boostorg/process
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 65/100
All issues in boostorg/process
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
google/libultrahdr#485 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
godotengine/godot#123776 ·
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 60/100
-
good first issue
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
ros2/common_interfaces#344 ·