Added initial support for include graph diagrams

This commit is contained in:
Bartek Kryza
2022-04-10 13:32:59 +02:00
parent 46e8885c41
commit ac624c9247
23 changed files with 378 additions and 61 deletions

View File

@@ -52,7 +52,8 @@ public:
}
template <typename V = T>
void add_element(const Path &path, std::unique_ptr<V> p)
void add_element(
const Path &path, std::unique_ptr<V> p)
{
assert(p);