We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9feae98 commit 3b27f8dCopy full SHA for 3b27f8d
src/bsoncxx/types/bson_value/view.cpp
@@ -89,6 +89,7 @@ view& view::operator=(const view& rhs) noexcept {
89
break;
90
#include <bsoncxx/enums/type.hpp>
91
#undef BSONCXX_ENUM
92
+default : break;
93
}
94
95
_type = rhs._type;
0 commit comments