Skip to content
  • Kenneth Moreland's avatar
    Fix warnings about using template outside of a template · f4f5dcb7
    Kenneth Moreland authored
    Previously, UnitTestProbe used a struct templated on the device adapter,
    and that necessitated the use of the template keyword when using an
    ambiguous type. These recent changes remove that template argument and
    thus can cause a warning about using the template keyword in a non-
    ambiguous type.
    f4f5dcb7