Skip to content

Commit 50a1478

Browse files
authored
Fix copy-paste error for copy-only v_noabi -> v1 UDCF (mongodb#1517)
1 parent a480bd9 commit 50a1478

File tree

1 file changed

+0
-5
lines changed
  • src/mongocxx/include/mongocxx/v_noabi/mongocxx/options

1 file changed

+0
-5
lines changed

src/mongocxx/include/mongocxx/v_noabi/mongocxx/options/range.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ class range {
6363
///
6464
/// Convert to the @ref mongocxx::v1 equivalent.
6565
///
66-
/// @par Postconditions:
67-
/// - `*this` is in an assign-or-destroy-only state.
68-
///
69-
/// @warning Invalidates all associated views.
70-
///
7166
explicit operator v1::range_options() const {
7267
v1::range_options ret;
7368

0 commit comments

Comments
 (0)