patrykcieslak / stonefish

Stonefish - an advanced C++ simulation library designed for (but not limited to) marine robotics.
https://stonefish.readthedocs.io/
GNU General Public License v3.0
126 stars 32 forks source link

Changes for Microsoft Visual C++ compiler (2022) compatibility #33

Open torsten-pf opened 1 year ago

torsten-pf commented 1 year ago

Right now all programs are running, but GUI elements (like checkboxes) do not show text

torsten-pf commented 1 year ago

I added a PR to Microsoft's STL implementation because it doesn't allow zero sigma in normal_distribution (https://github.com/microsoft/STL/pull/3596).

If this will be rejected: Is it possible to use a very small sigma value where it is needed?