mirror of
https://github.com/dlang/phobos.git
synced 2025-05-04 09:00:22 +03:00
Move deprecations along.
This commit is contained in:
parent
478814331c
commit
07fddbb388
4 changed files with 0 additions and 32 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue