Skip to content

Commit 3269329

Browse files
Update checkexceptionsafety.cpp
1 parent 8fe787f commit 3269329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkexceptionsafety.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ void CheckExceptionSafety::nothrowThrows()
307307
}
308308
if (!isNoExcept && !isEntryPoint)
309309
continue;
310-
310+
311311
if (const Token* throws = functionThrows(function)) {
312312
if (isEntryPoint)
313313
entryPointThrowError(throws);

0 commit comments

Comments
 (0)