mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 18:58:34 -06:00
cmComputeComponentGraph: use a name for "invalid component"
This is to prepare for making the graph use `size_t`.
This commit is contained in:
@@ -53,6 +53,8 @@ public:
|
||||
return this->TarjanComponents;
|
||||
}
|
||||
|
||||
static const int INVALID_COMPONENT;
|
||||
|
||||
private:
|
||||
void TransferEdges();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user