Remove deprecated functionality

This commit is contained in:
2020-05-06 07:08:14 +02:00
parent 3ce5e8153c
commit a227b58407
7 changed files with 7 additions and 90 deletions

View File

@ -20,15 +20,6 @@ import tanya.meta.trait;
import tanya.meta.transform;
import tanya.range;
deprecated("Use tanya.memory.lifetime.swap instead")
alias swap = tanya.memory.lifetime.swap;
deprecated("Use tanya.memory.lifetime.moveEmplace instead")
alias moveEmplace = tanya.memory.lifetime.moveEmplace;
deprecated("Use tanya.memory.lifetime.move instead")
alias move = tanya.memory.lifetime.move;
/**
* Copies the $(D_PARAM source) range into the $(D_PARAM target) range.
*