mirror of
https://github.com/dlang/phobos.git
synced 2025-05-09 21:11:57 +03:00
Move August removals to September.
Several deprecated items were listed for removal in August, but it's looking likely that 2.060 will come out in August, and I'd prefer not to have them removed for 2.060 given how many items are already in the changelog, and they're already deprecated, so it'll only affect people compiling with -d either way. So, I'm changing the ddoc comments to say September instead of August. They'll be removed in 2.061.
This commit is contained in:
parent
2b71588327
commit
d283d5735c
7 changed files with 52 additions and 52 deletions
|
@ -8078,7 +8078,7 @@ unittest
|
|||
/**
|
||||
Forwards to $(D any) for backwards compatibility.
|
||||
|
||||
$(RED Scheduled for deprecation in August 2012. Please use $(D any) instead.)
|
||||
$(RED Scheduled for deprecation in September 2012. Please use $(D any) instead.)
|
||||
*/
|
||||
bool canFind(alias pred, Range)(Range range)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue