Move deprecations along.

This commit is contained in:
Jonathan M Davis 2017-05-07 11:27:48 +02:00
parent 478814331c
commit 07fddbb388
4 changed files with 0 additions and 32 deletions

View file

@ -195,6 +195,3 @@ public import std.algorithm.searching;
public import std.algorithm.sorting;
static import std.functional;
// Explicitly undocumented. It will be removed in March 2017. @@@DEPRECATED_2017-03@@@
deprecated("Please use std.functional.forward instead.")
alias forward = std.functional.forward;