August 19, 2015 [phobos] [D-Programming-Language/phobos] 3f8b91: Fix issue 14925 -- merge overloads of replaceInPla... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 3f8b910e2c2834d2f87a543dc39692fe03a69c92 https://github.com/D-Programming-Language/phobos/commit/3f8b910e2c2834d2f87a543dc39692fe03a69c92 Author: Steven Schveighoffer <schveiguy@yahoo.com> Date: 2015-08-19 (Wed, 19 Aug 2015) Changed paths: M std/array.d Log Message: ----------- Fix issue 14925 -- merge overloads of replaceInPlace to avoid ambiguity with template instantiation. Also, preclude narrow strings and other invalid combinations (e.g. long[] and int[]) from being selected for optimized path. Commit: 4d36627f363d9e23aae218578478a0c68da27278 https://github.com/D-Programming-Language/phobos/commit/4d36627f363d9e23aae218578478a0c68da27278 Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2015-08-20 (Thu, 20 Aug 2015) Changed paths: M std/array.d Log Message: ----------- Merge pull request #3561 from schveiguy/fix14925 Fix issue 14925 -- narrow strings should not match the first overload of replaceInPlace. Compare: https://github.com/D-Programming-Language/phobos/compare/13a87e793ed1...4d36627f363d |
Copyright © 1999-2021 by the D Language Foundation