diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-09-04 22:21:21 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-09-04 22:21:21 +0200 |
| commit | cbff40d1094534ccddb26277ac02d55716056d92 (patch) | |
| tree | dff18133c79855b17dea0f018400854d2a239dd8 | |
| parent | 6c38dd2606c66e70b0ab0e0aff7806a8db41ad1d (diff) | |
| download | tanya-cbff40d1094534ccddb26277ac02d55716056d92.tar.gz | |
Update supported compilers
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -24,8 +24,7 @@ string, Set, Hash table. * `conv`: This module provides functions for converting between different types. * `format`: Formatting and conversion functions. -* `hash`: Hash algorithms. -* `math`: Arbitrary precision integer and a set of functions. +* `math`: Arbitrary precision integer and hash algorithms. * `memory`: Tools for manual memory management (allocators, smart pointers). * `meta`: Template metaprogramming. This package contains utilities to acquire type information at compile-time, to transform from one type to another. It has @@ -159,7 +158,7 @@ parameter is used) | DMD | GCC | |:-------:|:---------:| -| 2.100.0 | 12.1 | +| 2.111.0 | 15.2 | ## Further characteristics |
