mirror of
https://github.com/dlang/phobos.git
synced 2025-05-12 15:17:12 +03:00
Deprecation process concluded with replacement of bitarray with bitmanip
This commit is contained in:
parent
78c647c485
commit
fe6e624d12
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
// Written in the D programming language
|
|
||||||
|
|
||||||
/***********************
|
|
||||||
* Scheduled for deprecation. Use $(LINK2
|
|
||||||
* std_bitmanip.html,std.bitmanip) instead.
|
|
||||||
*
|
|
||||||
* Macros:
|
|
||||||
* WIKI = StdBitarray
|
|
||||||
*/
|
|
||||||
|
|
||||||
module std.bitarray;
|
|
||||||
public import std.bitmanip;
|
|
||||||
|
|
||||||
pragma(msg, "You may want to import std.bitmanip instead of std.bitarray");
|
|
Loading…
Add table
Add a link
Reference in a new issue