Open rjodinchr opened 2 weeks ago
clvk's headers contain lots of code.
This is leading to different issues because of circular dependencies amongst headers.
A typical work-around used in various places is to declare an opaque structure if it is enough.
Latest issue: https://github.com/kpet/clvk/pull/720#discussion_r1832228380
std::unique_ptr
clvk's headers contain lots of code.
This is leading to different issues because of circular dependencies amongst headers.
A typical work-around used in various places is to declare an opaque structure if it is enough.
Latest issue: https://github.com/kpet/clvk/pull/720#discussion_r1832228380
std::unique_ptr
the destructor is not defined because we cannot include the header.