-
Notifications
You must be signed in to change notification settings - Fork 78
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
Map does not support declaring as a global variable #16
Comments
https://github.com/jxy-s/stlkrn/blob/main/README.md#msvc-c-stl-support---jxystl
|
Sorry, I am a beginner. Thank you for your patient guidance. May I ask if there is a good way to declare a global variable map for multiple threads to use |
There is a good example in the project here: Lines 11 to 43 in 26af6fc
|
When I declare map as a global variable, it prompts that the atexit function is an unresolved external symbol
The text was updated successfully, but these errors were encountered: