Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dlang/phobos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fda8267b2c3e
Choose a base ref
...
head repository: dlang/phobos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 21759179f7c5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 28, 2016

  1. fix Issue 15963 - Hidden unresolved forward reference issue in std.uni

    Add explicit return type to two auto functions `Grapheme.opSlice`, then
    their calls will have no dependency to return type inference.
    9rnsr committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    59b8791 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4253 from 9rnsr/fix15963

    Issue 15963 - Hidden unresolved forward reference issue in std.uni
    DmitryOlshansky committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    2175917 View commit details
    Browse the repository at this point in the history
Loading