[mlir] Fix gcc -std=c++17 compilation.
authorMichael Kruse <llvm-project@meinersbur.de>
Thu, 3 Mar 2022 14:57:22 +0000 (08:57 -0600)
committerMichael Kruse <llvm-project@meinersbur.de>
Thu, 3 Mar 2022 15:03:36 +0000 (09:03 -0600)
commit1c941d98f832002d054f4afcef60d75062226263
tree523278c7da73ac694b180e802f0ea81cf56f2c8b
parent942c03910aef43de1cd2c733a82370fd3e2c9981
[mlir] Fix gcc -std=c++17 compilation.

Ensure that `Handler` within the class is interpreted as the as the current template instantiation (instead the class template itself).

Fixes #53447

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D120852
mlir/include/mlir/Support/DebugAction.h