boostorg / boostorg/parser

Compilation error with a 'strong typedef'

Open
#234 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.