[Issue 8260] * used three or more times on an array inside std.format.formattedRead and not guarded by template constraint

2017-03-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8260

--- Comment #6 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c34561b284efcf4eb54701e78f3a04813f710437
Fix issue #8260 - allow only pointers as formattedRead parameters

https://github.com/dlang/phobos/commit/c07c3cea3343137b3f3a49c345707fbb8f0b2ba2
Merge pull request #5040 from byebye/issue_8260

--


[Issue 8260] * used three or more times on an array inside std.format.formattedRead and not guarded by template constraint

2017-02-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8260

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c34561b284efcf4eb54701e78f3a04813f710437
Fix issue #8260 - allow only pointers as formattedRead parameters

https://github.com/dlang/phobos/commit/c07c3cea3343137b3f3a49c345707fbb8f0b2ba2
Merge pull request #5040 from byebye/issue_8260

--


[Issue 8260] * used three or more times on an array inside std.format.formattedRead and not guarded by template constraint

2017-02-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8260

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c34561b284efcf4eb54701e78f3a04813f710437
Fix issue #8260 - allow only pointers as formattedRead parameters

https://github.com/dlang/phobos/commit/c07c3cea3343137b3f3a49c345707fbb8f0b2ba2
Merge pull request #5040 from byebye/issue_8260

Fix issue #8260 - add template constraints for formattedRead parameters

--


[Issue 8260] * used three or more times on an array inside std.format.formattedRead and not guarded by template constraint

2016-10-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8260

Andrei Alexandrescu  changed:

   What|Removed |Added

   Keywords||bootcamp
 CC||and...@erdani.com

--


[Issue 8260] * used three or more times on an array inside std.format.formattedRead and not guarded by template constraint

2015-11-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8260

--- Comment #3 from bb.t...@gmx.com ---
*** Issue 12450 has been marked as a duplicate of this issue. ***

--


[Issue 8260] * used three or more times on an array inside std.format.formattedRead and not guarded by template constraint

2014-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8260

hst...@quickfur.ath.cx changed:

   What|Removed |Added

 CC||hst...@quickfur.ath.cx

--


[Issue 8260] * used three or more times on an array inside std.format.formattedRead and not guarded by template constraint

2012-06-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8260


timon.g...@gmx.ch changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||timon.g...@gmx.ch
 Resolution|INVALID |
Summary|* used three or more times  |* used three or more times
   |on an array inside  |on an array inside
   |std.format.formattedRead|std.format.formattedRead
   ||and not guarded by template
   ||constraint


--- Comment #2 from timon.g...@gmx.ch 2012-06-18 06:11:30 PDT ---
Phobos should catch the error with a template constraint instead of showing
confusing errors in the template body.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---