https://issues.dlang.org/show_bug.cgi?id=10438
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #1 from Basile-z <[email protected]> --- this was done recently: /tmp/temp_7FE8BCD48130.d(7,28): Error: template `std.array.appender` cannot deduce function from argument types `!(char)()`, candidates are: /usr/include/dmd/phobos/std/array.d(3838,12): `appender(A)()` with `A = char` must satisfy the following constraint: ` isDynamicArray!A` /usr/include/dmd/phobos/std/array.d(3844,16): `appender(A : E[], E)(auto ref A array)` /usr/include/dmd/phobos/std/array.d(4261,19): `appender(P : E[]*, E)(P arrayPtr)` --
