https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94455
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain Buclaw <ibuc...@gcc.gnu.org>: https://gcc.gnu.org/g:3f81d84c9ff84f057628de58ebd009112f9d46f9 commit r10-7804-g3f81d84c9ff84f057628de58ebd009112f9d46f9 Author: Iain Buclaw <ibuc...@gdcproject.org> Date: Sun Apr 19 18:02:17 2020 +0200 libphobos: Merge upstream phobos bf0d0a37c std.array.Appender and RefAppender: use .opSlice() instead of data() Previously, Appender.data() was used to extract a slice of the Appender's array. Now use the [] slice operator instead. The same goes for RefAppender. Fixes: PR d/94455 Reviewed-on: https://github.com/dlang/phobos/pull/7450