CM2 Math1 SDK /release 5.6.0 Preview 2
- 5.6.0 Preview 2
- May 2025.
- Major release of the CM2 Math1 SDK.
- All CM2 MeshTools® SDK and CM2 FEM® SDK.
- Due to changes in the API, client applications must be recompiled against the new headers.
/caveats
- Major version. Due to changes in the API, client applications must be recompiled against the new headers.
- Lib names now end with
_56
(Windows®),5.6.0
with symlinks from5.6
(Linux, macOS®). - Visual Studio 2015 deprecated.
/new features
None.
/improvements
- The
reserve
/resize
members of the base classcm2::vector_num
(on which are based all CM2 Math1 dynamic containers)
can now usestd::is_trivially_default_constructible
(when compiled with C++11 and above) to route more types to fast construction/destruction.
/fixes
None.
/breaking changes
None.