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 a3c2376 commit 8799fc6Copy full SHA for 8799fc6
src/bsoncxx/include/bsoncxx/v_noabi/bsoncxx/types.hpp
@@ -60,8 +60,8 @@ enum class type : std::uint8_t {
60
k_timestamp = 0x11, ///< Timestamp.
61
k_int64 = 0x12, ///< 64-bit integer.
62
k_decimal128 = 0x13, ///< 128-bit decimal floating point.
63
- k_maxkey = 0x7F, ///< Min key.
64
- k_minkey = 0xFF, ///< Max key.
+ k_maxkey = 0x7F, ///< Max key.
+ k_minkey = 0xFF, ///< Min key.
65
};
66
67
///
0 commit comments