The D standard library docs for recls do not correspond to the version included with the D compiler. What gives?
Since version 1.2.1 of recls, Walter Bright, the creator of D, has not accepted any updates to recls due to concerns over its code size, both source and object. Naturally, this has caused consternation for some D users, who’ve had to manually compile/build/link std.recls from the libraries available on this site. Thankfully, version 1.6.1 of recls includes significant work to refactor the implementation, and trim it down, and I expect 1.6.1 of recls to feature in the D standard library in March 2005.
Related Questions
- Im trying to use a standard C++ library class (like cout, cin, or string) but the compiler gives an undeclared identifier error (C2065) on those names. Why?
- The D standard library docs for recls do not correspond to the version included with the D compiler. What gives?
- What is included in the Advanced Formula Manager standard library?