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
Motivation:
- Newer compilers warn that "'exported: true' has no effect in
'_specialize' attribute"
- Specialize is underscored so (probably) shouldn't be relied upon
outside of the stdlib
Modifications:
- Replace @_specialize with @inlinable
Result:
Fewer warnings on more recent compilers
0 commit comments