diff options
Diffstat (limited to 'src/mongo/util/safe_num.h')
-rw-r--r-- | src/mongo/util/safe_num.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/safe_num.h b/src/mongo/util/safe_num.h index 529adec4878..7f16cd036f3 100644 --- a/src/mongo/util/safe_num.h +++ b/src/mongo/util/safe_num.h @@ -40,7 +40,7 @@ namespace mongo { namespace mutablebson { class Element; class Document; -} +} // namespace mutablebson /** * SafeNum holds and does arithmetic on a number in a safe way, handling overflow |