Compilation error with a 'strong typedef'
Open
- Dominant language
- C++
- Stars
- 182
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
MRE https://godbolt.org/z/fE1ceqehP
To make it compile, either/at least one of:
- switch boost::container::vector back to std::vector (it has to be exactly that, no other container will work)
- replace the strong typedef with a weak one
- simplify the parser to just ( bp::short_ % ',' ).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.