Geode-solutions / OpenGeode

Open source framework for representing and manipulating geometric models
https://geode-solutions.com/opengeode
MIT License
156 stars 13 forks source link

fix(explicit keyword): Added explicit keyword on several constructors… #961

Closed MelchiorSchuh closed 4 months ago

MelchiorSchuh commented 5 months ago

…, including Point, Vector, etc.

BREAKING CHANGE: Most single-parameter constructors are now tagged as explicit, removing the possibility to implicitely construct the objects.

BotellaA commented 5 months ago

@MelchiorSchuh think about the upgrade guide too ;)