Skip to content

Compiling with MSVC is broken #4

@rleathart

Description

@rleathart

Seems that MSVC doesn't support _Thread_local. We can maybe solve this by defining a macro that expands to __declspec(thread) when using MSVC and _Thread_local when using standard conforming compilers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions