Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2226a4b3ebcf162

Jump to content

Talk:Any type

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 4 years ago by DkD2000 in topic C++ std::any is not an universal base class

Merge

[edit]

Someone added a merge tag, but did not actually start a discussion. So here it is. I think that the "right thing to do" would be keep two articles, to move the section on "programming language support" in this article to singly rooted hierarchy, while leaving the rest of this article as a more theoretical discussion of the role of a top type in theoretical type theory. 99.153.64.179 (talk) 19:30, 26 June 2013 (UTC)Reply

C++ std::any is not an universal base class

[edit]

As std::any can store only copy constructible types and there are types that can't be stored in it (for example std::unique_ptr), std::any is not universal enough. DkD2000 (talk) 17:22, 6 May 2022 (UTC)Reply