From cbff40d1094534ccddb26277ac02d55716056d92 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 4 Sep 2025 22:21:21 +0200 Subject: [PATCH] Update supported compilers --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b0cf29..8fc3399 100644 --- a/README.md +++ b/README.md @@ -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