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
Could you explain a bit more what is needed to make this freestanding? If you could give a situation for use, and some build process that I can check this fits into that would be great.
I know the build is actually free of STL linkage. However, snmalloc is not freestanding buildable because of the following:
snmalloc/src/snmalloc/ds_core/redblacktree.h
Line 6 in 6af38ac
Could we include the
<string>
header conditionally?The text was updated successfully, but these errors were encountered: