Elektrine lite

← Feed

@DanielaKEngert@hachyderm.io

Post #2636438

2026-04-07 12:22 UTC

@manx@mastodon.online @andreasfertig@mas.to I'm not sure if I follow you. If you are willing to bring a code example (e.g. Compile Explorer) where you can substantiate your claim, we can look at it in the committee and see what we can do.

Replies (1)

  • @manx@mastodon.online 2026-04-07 12:25

    @DanielaKEngert@hachyderm.io @andreasfertig@mas.to https://andreasfertig.com/blog/2025/04/the-correct-way-to-do-type-punning-in-cpp-the-second-act/ BROKEN CODE: bool ProcessData(std::span bytes) { ... ConfigValues* cfgValues = std::start_lifetime_as(bytes.data());

    Open ##2636439