We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd3157 commit e61f905Copy full SHA for e61f905
1 file changed
README.md
@@ -11,7 +11,9 @@ that string can be used in `@nogc` code. Default allocator is `Mallocator`.
11
12
Works with `pure`, `@safe`, `@nogc` and `nothrow`.
13
14
-Compatible with `-betterC` and `-dip1000`.
+Compatible with `-betterC`
15
+
16
+`-dip1000` is too unstable, for now is not supported.
17
18
Does not rely on runtime type information (`TypeInfo`).
19
0 commit comments