D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 6115 - Variadic documentation should import core.vararg.
Summary: Variadic documentation should import core.vararg.
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: Other Windows
: P2 normal
Assignee: No Owner
URL: http://www.digitalmars.com/d/2.0/func...
Keywords: pull
Depends on:
Blocks:
 
Reported: 2011-06-06 09:51 UTC by Jesse Phillips
Modified: 2012-02-18 09:30 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jesse Phillips 2011-06-06 09:51:14 UTC
Documentation for Variadic functions still import std.stdarg. The module is replaced with core.vararg.
Comment 1 Yao Gomez 2012-02-06 16:25:35 UTC
pull https://github.com/D-Programming-Language/d-programming-language.org/pull/75

Fixes the documentation.
Comment 2 github-bugzilla 2012-02-18 09:23:49 UTC
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)