Geode-solutions / OpenGeode

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

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

Closed MelchiorSchuh closed 2 months ago

MelchiorSchuh commented 3 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 3 months ago

@MelchiorSchuh think about the upgrade guide too ;)