Skip to content

Assign float3_X = float_X should not be allowed #177

@ax3l

Description

@ax3l

As seen here small errors can have big effects.

Right now *,

float_X b( 1.0 );
float3_X a = b;

does not throw an error. That is super-risky and should not be allowed.
(Same for all other assign related operators like +=, -=, *=, /=, ...)

(*) now means state of commit 6e5905f

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions