Skip to content

QADB release 1.1.0

Compare
Choose a tag to compare
@c-dilks c-dilks released this 23 Apr 16:04

Fixes issue in C++ QADB class. This class is header only, and functions were not defined inline, leading to multiple definitions errors. All functions are now inline, and a new namespace QA was created.

Impact: Users of the C++ QADB class will need to update their code, specifying the QA namespace.