Skip to content

pmt::cast issues #108

@jsallay

Description

@jsallay

The pmt::cast function can do implicit cast between std::string and arithmetic types. We should not have any implicit conversions. Also it might be better to overload the cast operator for pmts, so that the user can write static_cast<float>(mypmt) rather than pmt::cast<float>(mypmt).

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