-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: no member named '_Link_type' in std::map<K,V>::iterator #58
Comments
Yes, this is indeed a libstdc++ specific construct in TypeART/lib/runtime/AccessCountPrinter.h Line 25 in e8655c3
It makes sense to replace that with a stl-independent estimate. |
Is this for (optional) statistics or crucial for the functionality? |
Entirely optional. Just to see a very rough (max) memory usage estimate of the runtime data structures. |
Compiling TypeART against libc++ fails. Is _Link_type libstdc++ specific?
The text was updated successfully, but these errors were encountered: