We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23bee3 commit 18ae468Copy full SHA for 18ae468
lib/AST/GenericSignatureBuilder.cpp
@@ -3502,7 +3502,8 @@ void GenericSignatureBuilder::checkSameTypeConstraints(
3502
// diagnostics within each component.
3503
unsigned numComponents = equivClass->derivedSameTypeComponents.size();
3504
std::vector<std::vector<Constraint<PotentialArchetype *>>>
3505
- intracomponentEdges(numComponents, {});
+ intracomponentEdges(numComponents,
3506
+ std::vector<Constraint<PotentialArchetype *>>());
3507
3508
// Intercomponent edges are stored as one big list, which tracks the
3509
// source/target components.
0 commit comments