Documentation re -betterC compatibility with standard library functions

DLearner bmqazwsx123 at gmail.com
Tue Jan 28 13:01:56 UTC 2025


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);


}
```


More information about the Digitalmars-d-learn mailing list