[dlang.org] [D-Programming-Language/dlang.org] 726c0b: Update function.dd

GitHub noreply at github.com
Thu Dec 12 03:16:06 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dlang.org
  Commit: 726c0b3cf3d637c2f1247393cb61456cc0607104
      https://github.com/D-Programming-Language/dlang.org/commit/726c0b3cf3d637c2f1247393cb61456cc0607104
  Author: ralphtandetzky <ralph.tandetzky at googlemail.com>
  Date:   2013-12-12 (Thu, 12 Dec 2013)

  Changed paths:
    M function.dd

  Log Message:
  -----------
  Update function.dd

Sentence now starts with capital letter. Also corrected reason for disallowed overloading for non-D linkage. 

It is true that C name mangling does NOT take parameter types into account with the consequence that there is no function overloading in C. However, C++ name mangling DOES mentions parameter types and enables function overloading in this way. Therefore, the statement "name mangling does not take the parameter types into account" is not correct for all linkage types.


  Commit: 511ef20b0c8daba103cdf664d21c37d97667cc0d
      https://github.com/D-Programming-Language/dlang.org/commit/511ef20b0c8daba103cdf664d21c37d97667cc0d
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-12-12 (Thu, 12 Dec 2013)

  Changed paths:
    M function.dd

  Log Message:
  -----------
  Merge pull request #441 from ralphtandetzky/patch-11

Update function.dd


Compare: https://github.com/D-Programming-Language/dlang.org/compare/15f2ba367399...511ef20b0c8d


More information about the dlang.org mailing list