cmComputeComponentGraph: use a name for "invalid component"

This is to prepare for making the graph use `size_t`.
This commit is contained in:
Ben Boeckel
2023-01-26 13:23:42 -05:00
parent 50abdaab93
commit 65c0a64dc5
5 changed files with 29 additions and 17 deletions

View File

@@ -53,6 +53,8 @@ public:
return this->TarjanComponents;
}
static const int INVALID_COMPONENT;
private:
void TransferEdges();