Files
Matthew Curtis ea0e4283b4 Fix compilation errors generated by forthcoming Clang changes
Without this change, the following diagnostic is generated:
  a template argument list is expected after a name prefixed by the template
  keyword [-Wmissing-template-arg-list-after-template-kw]

See C++17 spec [temp.names] p5.
2024-10-02 14:59:54 -05:00
..