Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lackhole committed Oct 5, 2024
1 parent e2936ee commit 678f1d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,9 @@ Description

* Notes
* `preview::any`
* `preview::any` is an alias to `std::any` if using C++17 or later to prevent
implicit construction of `std::any` from `preview::any` and vice-versa
* `preview::any` is an alias of `std::any` if using C++17 or later to prevent
implicit construction of `std::any` from `preview::any` and vice-versa.
See [any.h](include/preview/__any/any.h) for more detail.

#### `<array>`

Expand Down

0 comments on commit 678f1d3

Please sign in to comment.