From 0981cc0a905be9b09c48db84d428704c50c05945 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 6 Jun 2025 14:37:03 -0400 Subject: [PATCH] Update any_view.md --- any_view.md | 2 ++ 1 file changed, 2 insertions(+) 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