add debugPrintDot

This commit is contained in:
2024-01-17 14:10:50 -08:00
parent a6381a981e
commit aa85c77d8f
3 changed files with 79 additions and 2 deletions

View File

@@ -55,7 +55,9 @@ struct ConflictSet {
ConflictSet(const ConflictSet &) = delete;
ConflictSet &operator=(const ConflictSet &) = delete;
private:
/// @private
struct Impl;
private:
Impl *impl;
};