HaxeFoundation / HaxeFoundation/hxcpp

size_t to dynamic

Open
#1,280 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
330
Forks
227
Avg merge
2d 16h
Merged PRs (30d)
18

Description

Depending on the OS, architecture, and compiler used `size_t` can sometimes be boxed into dynamic. Would be nice to add proper support for boxing `size_t` as it would make more sense for the `View` type to use it. Might be a bit tricker than the existing numeric types though as the size of `size_t` will vary between 4 and 8 bytes, so what should it report it's type as?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.