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 91b9c64 commit b224074Copy full SHA for b224074
src/bsoncxx/include/bsoncxx/v1/document/value.hpp
@@ -129,15 +129,17 @@ class value {
129
/// Move construction.
130
///
131
/// @par Postconditions:
132
- /// - `other` is equivalent to a default-initialized value.
+ /// - `this->data() == nullptr`
133
+ /// - `this->get_deleter()` is in a valid but unspecified state.
134
135
value(value&& other) noexcept = default;
136
137
138
/// Move assignment.
139
140
141
142
143
144
value& operator=(value&& other) noexcept = default;
145
0 commit comments