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

vector<int32_t> and vector<int16_t> #4676

Merged
merged 2 commits into from
Jun 6, 2024
Merged

Commits on Jun 6, 2024

  1. vector<int32_t> and vector<int16_t>

    this makes identity traits for these two specializations available in plugins
    
    with this change, the `stl_vector_identity` template will be visible to plugins, but the identity objects _themselves_ will not (except for `vector<int32_t>` and `vector<int16_t>`) so any attempt to actually use a `vector` other than one of these two types or of a pointer type (which is covered elsewhere by the `vector<T*>` specialization which is exported) will result in linkage errors
    ab9rf committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4c562a3 View commit details
    Browse the repository at this point in the history
  2. oops

    missed this, it was supposed to have been moved back but i forgot
    ab9rf committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7b55030 View commit details
    Browse the repository at this point in the history