Fix diagram generation using LLVM 17 (Fixes #190)

This commit is contained in:
Bartek Kryza
2023-10-13 18:46:30 +02:00
parent e7d6c94a14
commit a7b4efa80e
4 changed files with 6 additions and 6 deletions

View File

@@ -504,8 +504,6 @@ private:
/*! Whether template argument is ellipsis (...) */
bool is_ellipsis_{false};
bool is_noexcept_{false};
/*! Whether the template parameter is variadic */
bool is_variadic_{false};