Skip to content
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

Update number_format.cpp. builtin_formats() is not thread-safe #742

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 2, 2024

  1. Update number_format.cpp

    When generating xlnt::workbook objects concurrently in a multithreaded environment, builtin_formats() is called, and the use of static variables within builtin_formats() is not thread-safe.
    lvyangdev authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    74e2759 View commit details
    Browse the repository at this point in the history