v01-01-02
-
2024-10-29 jmcarcell (PR#253)
- Fix DataHandle::get() for non-collection types and remove dead code. A
reinterpret_cast
was changed tostatic_cast
in #250 that made it fail at compile time for non-collection types. Now thestatic_cast
is properly wrapped around anif constexpr
and code around it has been deleted since it looked impossible to trigger.
- Fix DataHandle::get() for non-collection types and remove dead code. A
-
2024-10-28 jmcarcell (PR#254)
- Don't add duplicated options for ToolSvcs