You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix potential `nullptr` dereference when casting default-constructed
object to `std::string_view`.
* Make that conversion operator implicit (because why shouldn't it be?)
* Not that it's implicit, there is no need in comparison operators with
`std::string_view`, because that conversion will be considered
implicitly.
I also have no idea why there was `__INTEL_PREVIEW_BREAKING_CHANGES`
guard before.
0 commit comments