Update supported compilers

This commit is contained in:
2025-09-04 22:21:21 +02:00
parent 6c38dd2606
commit cbff40d109

View File

@@ -24,8 +24,7 @@ string, Set, Hash table.
* `conv`: This module provides functions for converting between different * `conv`: This module provides functions for converting between different
types. types.
* `format`: Formatting and conversion functions. * `format`: Formatting and conversion functions.
* `hash`: Hash algorithms. * `math`: Arbitrary precision integer and hash algorithms.
* `math`: Arbitrary precision integer and a set of functions.
* `memory`: Tools for manual memory management (allocators, smart pointers). * `memory`: Tools for manual memory management (allocators, smart pointers).
* `meta`: Template metaprogramming. This package contains utilities to acquire * `meta`: Template metaprogramming. This package contains utilities to acquire
type information at compile-time, to transform from one type to another. It has type information at compile-time, to transform from one type to another. It has
@@ -159,7 +158,7 @@ parameter is used)
| DMD | GCC | | DMD | GCC |
|:-------:|:---------:| |:-------:|:---------:|
| 2.100.0 | 12.1 | | 2.111.0 | 15.2 |
## Further characteristics ## Further characteristics