"Missing Binary Operator Before Token "C" "
- Dominant language
- C++
- Stars
- 214
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
Another user on Ubuntu 20.04 who is experiencing this issue with gcc 10.x, I'm on Ubuntu 22.04 with gcc 11.2.0. (Quoting the original issue which is from 2019 and has been closed; where someone had an issue on Solaris)
My specific issue (Identical to original)
```
./boost/thread/pthread/thread_data.hpp:60:5: error: missing binary operator before token "("
60 | #if PTHREAD_STACK_MIN > 0
| ^~~~~~~~~~~~~~~~~
```
Still facing this issue. Is the issue closed? Ubuntu 20.04 and g++ --version = 10.3.0
_Originally posted by @seerviashish in https://github.com/boostorg/thread/issues/283#issuecomment-1003548201_
_Related to Issue in KAPOWMINER: https://github.com/RavenCommunity/kawpowminer/issues/111_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.