[Issue 14194] nothrow emplace for classes needed

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14194

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

https://github.com/dlang/phobos/commit/75ca200750ab4bb2de8eb1b13ecee8524704e3cc
fix Issue 14194 - nothrow emplace for classes needed

https://github.com/dlang/phobos/commit/ebb2b8ce5df68af453eea5888d8ca339fa982479
Merge pull request #2999 from MartinNowak/fix14194

--


[Issue 14194] nothrow emplace for classes needed

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14194

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/75ca200750ab4bb2de8eb1b13ecee8524704e3cc
fix Issue 14194 - nothrow emplace for classes needed

https://github.com/D-Programming-Language/phobos/commit/ebb2b8ce5df68af453eea5888d8ca339fa982479
Merge pull request #2999 from MartinNowak/fix14194

--


[Issue 14194] nothrow emplace for classes needed

2015-03-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14194

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/75ca200750ab4bb2de8eb1b13ecee8524704e3cc
fix Issue 14194 - nothrow emplace for classes needed

- turn the chunk size and alignment checks into asserts

https://github.com/D-Programming-Language/phobos/commit/ebb2b8ce5df68af453eea5888d8ca339fa982479
Merge pull request #2999 from MartinNowak/fix14194

fix Issue 14194 - nothrow emplace for classes needed

--


[Issue 14194] nothrow emplace for classes needed

2015-03-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14194

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 14194] nothrow emplace for classes needed

2015-02-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14194

Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

   Keywords||pull
 CC||c...@dawg.eu

--- Comment #1 from Martin Nowak c...@dawg.eu ---
https://github.com/D-Programming-Language/phobos/pull/2999

--