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

workarounds for clang-cl #87

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 29, 2023

  1. use C++11 constexpr to replace static typeCode

    clang-cl has a problem with static memeber variable
    llvm/llvm-project#54814.
    But it has no problem with constexpr member variable.
    xiaoqiangwang committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c09f6d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    c87dcde View commit details
    Browse the repository at this point in the history