Skip to content

Commit

Permalink
Remove strong typedef from feature list.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrejMitrovic committed Feb 14, 2013
1 parent 8de780b commit da090fd
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions comparison.dd
Expand Up @@ -109,11 +109,6 @@ $(COMMUNITY $(B D) vs Other Languages,
$(YES1 arrays.html#associative)
)

$(TR
$(TD <a href="#StrongTypedefs">Strong typedefs</a>)
$(YES1 declaration.html#typedef)
)

$(TR
$(TD String switches)
$(YES1 statement.html#SwitchStatement)
Expand Down Expand Up @@ -459,11 +454,6 @@ $(SECTION2 Notes,
$(REDO Here's a <a href="cppstrings.html">comparison</a> of C++ strings
and D built-in strings.)))

$(P $(DT <a name="StrongTypedefs">Strong typedefs</a>)
$(DD Strong typedefs can be emulated in C/C++ by wrapping a type
in a struct. Getting this to work right requires much tedious
programming, and so is considered as not supported.))

$(P $(DT <a name="debuggers">Use existing debuggers</a>)
$(DD By this is meant using common debuggers that can operate
using debug data in common formats embedded in the executable.
Expand Down Expand Up @@ -541,13 +531,6 @@ template &lt;class Base&gt; class Mixin : public Base
</dl>
)

$(SECTION2 Errors,

$(P If I've made any errors in this table, please contact me so
I can correct them.
)
)

)

Macros:
Expand Down

0 comments on commit da090fd

Please sign in to comment.