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 61529d9 commit 171b13cCopy full SHA for 171b13c
clang/lib/Serialization/ASTReader.cpp
@@ -9463,8 +9463,7 @@ void ASTReader::AssignedLambdaNumbering(CXXRecordDecl *Lambda) {
9463
9464
// Keep track of this lambda so it can be merged with another lambda that
9465
// is loaded later.
9466
- LambdaDeclarationsForMerging.insert(
9467
- {LambdaInfo, const_cast<CXXRecordDecl *>(Lambda)});
+ LambdaDeclarationsForMerging.insert({LambdaInfo, Lambda});
9468
}
9469
9470
void ASTReader::LoadSelector(Selector Sel) {
0 commit comments