Deprecation process concluded with replacement of bitarray with bitmanip

This commit is contained in:
Andrei Alexandrescu 2009-04-10 23:17:30 +00:00
parent 78c647c485
commit fe6e624d12

View file

@ -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");