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
Avoids redundant ptr addition at return, uses more idomatic isEmpty()
and utilizes static decoders (since they are stateless and an error
would cause termination, they can be reused), though they need to be
thead_local to ensure multiple threads can use this function.
0 commit comments