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
useAsCString uses withForeignPtr, however the pointer is only used for the initial copy. Would lifting the subsequent actions out of that block allow you to use unsafeWithForeignPtr instead?
useAsCString
useswithForeignPtr
, however the pointer is only used for the initial copy. Would lifting the subsequent actions out of that block allow you to useunsafeWithForeignPtr
instead?bytestring/Data/ByteString.hs
Lines 1735 to 1742 in 0f49510
The text was updated successfully, but these errors were encountered: