Showing with 2 additions and 0 deletions.
  1. +2 −0 std/format.d
2 changes: 2 additions & 0 deletions std/format.d
Original file line number Diff line number Diff line change
Expand Up @@ -5183,6 +5183,8 @@ void main()
}
------------------------
*/
deprecated("It will be removed from Phobos in October 2016. If you still need it, go to https://github.com/DigitalMars/undeaD")
// @@@DEPRECATED_2016-10@@@
void doFormat()(scope void delegate(dchar) putc, TypeInfo[] arguments, va_list ap)
{
import std.utf : toUCSindex, isValidDchar, UTFException, toUTF8;
Expand Down