Skip to content

Why does return require cast to double? #138

@alecjacobson

Description

@alecjacobson

I'm trying to understand a compiler error and I think it's related to this choice:

return std::make_tuple(double(t), npe::move(Z));

How come double(t) is needed here rather than just t ?

Metadata

Metadata

Assignees

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