Skip to content

Commit 35ee078

Browse files
authored
CXX-2295 remove warning from b_timestamp
1 parent 6a1716e commit 35ee078

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bsoncxx/types.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -570,10 +570,6 @@ BSONCXX_INLINE bool operator==(const b_int32& lhs, const b_int32& rhs) {
570570
///
571571
/// A BSON replication timestamp value.
572572
///
573-
/// @warning
574-
/// This BSON type is used internally by the MongoDB server - use by clients
575-
/// is discouraged.
576-
///
577573
struct BSONCXX_API b_timestamp {
578574
static constexpr auto type_id = type::k_timestamp;
579575

0 commit comments

Comments
 (0)