Add PImpl scaffolding
This commit is contained in:
@@ -56,5 +56,6 @@ struct ConflictSet {
|
||||
ConflictSet &operator=(const ConflictSet &) = delete;
|
||||
|
||||
private:
|
||||
struct Impl *impl;
|
||||
struct Impl;
|
||||
Impl *impl;
|
||||
};
|
Reference in New Issue
Block a user