← Back to index
|
Original Bugzilla link
Bug 6115 – Variadic documentation should import core.vararg.
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dlang.org
Product
D
Version
D2
Platform
Other
OS
Windows
Creation time
2011-06-06T09:51:00Z
Last change time
2012-02-18T09:30:11Z
Keywords
pull
Assigned to
nobody
Creator
Jesse.K.Phillips+D
Comments
Comment #0
by Jesse.K.Phillips+D — 2011-06-06T09:51:14Z
Documentation for Variadic functions still import std.stdarg. The module is replaced with core.vararg.
Comment #1
by yao.gomez — 2012-02-06T16:25:35Z
pull
https://github.com/D-Programming-Language/d-programming-language.org/pull/75
Fixes the documentation.
Comment #2
by github-bugzilla — 2012-02-18T09:23:49Z
Commit pushed to master at
https://github.com/D-Programming-Language/d-programming-language.org
https://github.com/D-Programming-Language/d-programming-language.org/commit/9a8f8b429ce72c51ca63d3b4d91fd46f8fc37fd9
Merge pull request #75 from YaoGomez/fix-variadic-func-docs Fix variadic functions documentation examples (Issue 6115)