Skip to content

Commit 3b27f8d

Browse files
authored
default added (#820)
1 parent 9feae98 commit 3b27f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bsoncxx/types/bson_value/view.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ view& view::operator=(const view& rhs) noexcept {
8989
break;
9090
#include <bsoncxx/enums/type.hpp>
9191
#undef BSONCXX_ENUM
92+
default : break;
9293
}
9394

9495
_type = rhs._type;

0 commit comments

Comments
 (0)