C++: Use #if 0 instead of comment to exclude broken test case.

This commit is contained in:
Dave Bartolomeo
2019-03-25 11:10:13 -07:00
parent 2e752f48ff
commit e25c578011

View File

@@ -1032,8 +1032,7 @@ void Lambda(int x, const String& s) {
lambda_inits(6);
}
/*
Explicit capture of `this` requires possible extractor fixes.
#if 0 // Explicit capture of `this` requires possible extractor fixes.
struct LambdaContainer {
int x;
@@ -1047,6 +1046,7 @@ struct LambdaContainer {
lambda_explicit_this_bycopy(3);
}
};
*/
#endif
// semmle-extractor-options: -std=c++17