mirror of
https://github.com/dlang/phobos.git
synced 2025-05-05 17:42:58 +03:00
Oops, std.xml's usage of Appender was updated incorrectly
This commit is contained in:
parent
54b7c22526
commit
77d8957add
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ S encode(S)(S s)
|
|||
{
|
||||
string r;
|
||||
size_t lastI;
|
||||
auto result = appender!string();
|
||||
auto result = appender!S();
|
||||
|
||||
foreach (i, c; s)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue