We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mapped_memory_cache
Currently singleton<mapped_memory_cache, CreateStatic> gets instantiated multiple times across.
singleton<mapped_memory_cache, CreateStatic>
The text was updated successfully, but these errors were encountered:
Add explicit instantiation declaration of ` singleton<mapped_memory_c…
9617555
…ache, CreateStatic>` to avoid multiple instantiations across translation units. (ref #3306)
clear mapped_memory_cache to ensure new '*.index` are used (MAPNIK_ME…
c4817f7
…MORY_MAPPED_FILE) (ref #3306)
test bogus *.index files are handled correctly (ref #3300) + indirect…
62de76a
…ly tests #3306 via requiring `mapped_memory_cache::instance().clear()`
62de76a - is indirectly tests mapped_memory_cache can be used across different compilation units.
Sorry, something went wrong.
artemp
No branches or pull requests
Currently
singleton<mapped_memory_cache, CreateStatic>
gets instantiated multiple times across.The text was updated successfully, but these errors were encountered: