Skip to content

Commit e80faab

Browse files
ldionnehuixie90
authored andcommitted
Update any_view.md
1 parent fed9e64 commit e80faab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

any_view.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,8 @@ constexpr any_view(any_view&& other) noexcept;
10901090
10911091
[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.
10921092
1093+
<!-- TODO: You really end up with two objects, one is move-initialized from the other one. So you can't say "is the target view object other had [...]". -->
1094+
10931095
:::
10941096
10951097
```cpp

0 commit comments

Comments
 (0)