Skip to content

Commit

Permalink
SBO + Strong exception
Browse files Browse the repository at this point in the history
  • Loading branch information
huixie90 committed Jun 3, 2024
1 parent 418013f commit 1e49cda
Show file tree
Hide file tree
Showing 15 changed files with 868 additions and 225 deletions.
4 changes: 4 additions & 0 deletions any_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ class any_view;
- const-iteratable will make the design super complicated as all the types can be different between const and non-const.
- TODO: remove constexpr due to SBO
- TODO: move ctor cannot guarentee move ctors have been called
- TODO: view can be valueless: because strong exception guarentee + if we want to support move (or move-only)
# Implementation Experience
- Reference implementation in the repo
Expand Down
Loading

0 comments on commit 1e49cda

Please sign in to comment.