diff --git a/any_view.md b/any_view.md index cf020b2..5fbd3c8 100644 --- a/any_view.md +++ b/any_view.md @@ -1090,6 +1090,8 @@ constexpr any_view(any_view&& other) noexcept; [6]{.pnum} *Postconditions*: The *target view object* of `*this` is the *target view object* `other` had before construction, and `other` is in a valid state with an unspecified value. + + ::: ```cpp