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

[proxy](6/n) proxy utility headers and fix a potential bug #721

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

SchrodingerZhu
Copy link
Collaborator

@SchrodingerZhu SchrodingerZhu commented Dec 21, 2024

Stacked on #720

@SchrodingerZhu SchrodingerZhu force-pushed the proxy-uility branch 4 times, most recently from c73fdc0 to fb47e88 Compare December 21, 2024 22:00
@@ -117,8 +120,16 @@ namespace snmalloc
{
static_assert(B::wildness == capptr::dimension::Wildness::Wild);

static const size_t sz = sizeof(
std::conditional<std::is_same_v<std::remove_cv<T>, void>, void*, T>);
Copy link
Collaborator Author

@SchrodingerZhu SchrodingerZhu Dec 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this was written wrongly. I fixed that in this patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant