Descriptionspec: clarify that any unsafe.Pointer type is okay in conversion
The spec is not clear about whether this is allowed or not,
but both compilers allow it, because the reflect implementation
takes advantage of it. Document current behavior.
Fixes issue 4679.
Patch Set 1 #Patch Set 2 : diff -r e8eb2c8d5ce1 https://code.google.com/p/go/ #Patch Set 3 : diff -r e8eb2c8d5ce1 https://code.google.com/p/go/ #Patch Set 4 : diff -r 5c213525c4b5 https://code.google.com/p/go/ #MessagesTotal messages: 3
|