Skip to content

Compilation error with a 'strong typedef' #234

@psiha

Description

@psiha

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_ % ',' ).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions