Skip to content

v1.5.0

Compare
Choose a tag to compare
@jll63 jll63 released this 21 Apr 16:08
· 46 commits to master since this release

What's Changed

  • Document policies and facets, enabling:
    • use of custom RTTI systems (or no RTTI at all)
    • configurable placement of virtual table pointer
    • configurable hash function
    • configurable error reporting (call std::function, throw exception)
    • tracing the construction of dispatch tables
  • Document error classes completely.
  • Use lightweight version of ostream by default
  • Convenience macro YOMM2_STATIC
  • vcpkg integration (thanks to Fabien Péan) and example