Commits

Andrew Trick committed 198173b17bb
Remove the global operator '+' family from UnsafePointer and UnsafeRawPointer. Generic versions of these functions are provided by Strideable. This is required for SE-0107: UnsafeRawPointer. Otherwise, the presence of non-generic operator overloads will conflict with existing operators on String.