digitalmars.D.bugs - [Issue 2098] New: Outdated docs
- d-bugmail puremagic.com (31/31) May 11 2008 http://d.puremagic.com/issues/show_bug.cgi?id=2098
- d-bugmail puremagic.com (9/9) Jun 22 2008 http://d.puremagic.com/issues/show_bug.cgi?id=2098
http://d.puremagic.com/issues/show_bug.cgi?id=2098
Summary: Outdated docs
Product: D
Version: unspecified
Platform: PC
OS/Version: Windows
Status: NEW
Severity: minor
Priority: P2
Component: www.digitalmars.com
AssignedTo: bugzilla digitalmars.com
ReportedBy: samukha voliacable.com
Several outdated pieces in documentation (for 2.0, 1.0 may have some of these
as well):
The front page (http://www.digitalmars.com/d/2.0/index.html):
"For a quick comparison of the features, see this comparison of D with C, C++,
linked page.
http://www.digitalmars.com/d/2.0/faq.html:
"Doesn't C++ support strings, bit arrays, etc. with STL?" - bit arrays can be
removed from the faq as they are no longer in the core language (complex
numbers will be ditched soon?).
"Why is overloading of the assignment operator not supported?" - supported in D
2.0
"C++ overloads based on const and volatile. D does not." - D 2.0 overloads on
const/invariant but I'm not sure how it is relevant here.
"C++ overloads indirection (operator*)."
"D does not allow overloading of assignment."
"D does not have constructors or destructors for struct objects."
"C++ name mangling depends on const and volatile being type modifiers."
--
May 11 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2098
bugzilla digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Fixed dmd 2.015
--
Jun 22 2008








d-bugmail puremagic.com