Closed calcmogul closed 1 year ago
It thinks concepts shouldn't have a semicolon after their closing brace, when they actually should. // NOLINT can suppress it, but we should fix cpplint's parser.
// NOLINT
It thinks concepts shouldn't have a semicolon after their closing brace, when they actually should.
// NOLINT
can suppress it, but we should fix cpplint's parser.