The C++ Standard Library Deprecations

Kagamin spam at here.lot
Mon Jun 15 08:59:39 UTC 2026


On Saturday, 6 June 2026 at 02:12:53 UTC, Walter Bright wrote:
> On the other hand, I find creating containers to be very easy 
> work.

Can confirm, dynamic array is 50 lines of code. Interoperability 
in C++ should be achieved by `string_view` and `span` interfaces, 
then the actual container doesn't matter.


More information about the Digitalmars-d mailing list