Skip to content
  • Eric Cano's avatar
    Fixed inheritance from std::exception (const correctness of what()). This... · 565c7a37
    Eric Cano authored
    Fixed inheritance from std::exception (const correctness of what()). This required declaring m_what mutable.
    Created a multithreaded unit test.
    Created an automatic exception thrower for unhandled errors.
    Ported from previous proof of concept the threading primitves and made them production level (with error checking).
    Added unit tests for threading primitives.
    565c7a37