Skip to content

v01-01-02

Latest
Compare
Choose a tag to compare
@jmcarcell jmcarcell released this 29 Oct 08:22
· 2 commits to main since this release

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 to static_cast in #250 that made it fail at compile time for non-collection types. Now the static_cast is properly wrapped around an if constexpr and code around it has been deleted since it looked impossible to trigger.
  • 2024-10-28 jmcarcell (PR#254)

    • Don't add duplicated options for ToolSvcs