-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels