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
{{ message }}
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
I’m trying to reduce the compiletime of my project by explicitly instantiating templates, but am finding it challenging to figure out how to get explicit instantiation for robin_hood unordered node map / flat map to compile.
For an example, I am going for <unsigned int, std::vector>.
I’ve been successful before when it comes to getting explicit template instantiation working, but I believe robin_hood is somehow more complex and the compiler messages are quite vague.
Would you please advise on how to do explicit instantiation (extern template) in this case? I know it is probably going to use robon_hood::Table.
Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I’m trying to reduce the compiletime of my project by explicitly instantiating templates, but am finding it challenging to figure out how to get explicit instantiation for robin_hood unordered node map / flat map to compile.
For an example, I am going for <unsigned int, std::vector>.
I’ve been successful before when it comes to getting explicit template instantiation working, but I believe robin_hood is somehow more complex and the compiler messages are quite vague.
Would you please advise on how to do explicit instantiation (extern template) in this case? I know it is probably going to use robon_hood::Table.
Thank you.
The text was updated successfully, but these errors were encountered: