Thread overview
[Issue 16707] [Templates] run variadic templates example failed
Dec 23, 2016
Lucia Cojocaru
Dec 24, 2019
berni44
Feb 02, 2023
Dlang Bot
Feb 02, 2023
Dlang Bot
December 23, 2016
https://issues.dlang.org/show_bug.cgi?id=16707

Lucia Cojocaru <lucia.mcojocaru@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |trivial
                 CC|                            |lucia.mcojocaru@gmail.com

--
December 24, 2019
https://issues.dlang.org/show_bug.cgi?id=16707

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@d-ecke.de

--- Comment #1 from berni44 <bugzilla@d-ecke.de> ---
Should be

void main()
{
    print!(1,'a',6.8)();                    // prints: args are 1a6.8
    write!(int, char, double)(1, 'a', 6.8); // prints: args are 1a6.8
}

--
February 02, 2023
https://issues.dlang.org/show_bug.cgi?id=16707

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@AndreeaDrehuta created dlang/dlang.org pull request #3516 "Fix issue 16707" fixing this issue:

- Fix issue 16707

https://github.com/dlang/dlang.org/pull/3516

--
February 02, 2023
https://issues.dlang.org/show_bug.cgi?id=16707

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dlang.org pull request #3516 "Fix issue 16707" was merged into master:

- 8f33642546b9163478e56d5f6a49ef8fbaae6015 by Drehuta Andreea:
  Fix issue 16707

https://github.com/dlang/dlang.org/pull/3516

--