Documentation re -betterC compatibility with standard library functions

Lance Bachmeier no at spam.net
Tue Jan 28 23:42:22 UTC 2025


On Tuesday, 28 January 2025 at 13:01:56 UTC, DLearner wrote:
> Is there a definitive list somewhere of standard library 
> functions that work with -betterC?
>
> For example, the following code fragment (taken from the 
> library docs) does not work with -betterC.
> ```
> extern(C) void main() {
>    import std.container.array;
>
>    auto arr = Array!int(0, 2, 3);
>
>
> }
> ```

I think Mir is compatible with betterC. Maybe some of its 
functionality will be useful to you.

http://mir-algorithm.libmir.org/


More information about the Digitalmars-d-learn mailing list