Skip to content

Commit

Permalink
Update safemath.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Jul 28, 2020
1 parent 2ad46cd commit 56d45b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/coreclr/src/inc/safemath.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ inline bool DoubleFitsInIntType(double val)

//-----------------------------------------------------------------------------
//
// Liberally lifted from the Office example on MSDN and modified.
// http://msdn.microsoft.com/library/en-us/dncode/html/secure01142004.asp
// Liberally lifted from https://github.com/dcleblanc/SafeInt and modified.
//
// Modified to track an overflow bit instead of throwing exceptions. In most
// cases the Visual C++ optimizer (Whidbey beta1 - v14.00.40607) is able to
Expand Down

0 comments on commit 56d45b1

Please sign in to comment.