Why Nostr? What is Njump?
2024-01-03 08:35:11

Mario Zechner on Nostr: this->skeleton is a Skeleton&. auto will infer Skeleton. A copy is created. The copy ...

this->skeleton is a Skeleton&. auto will infer Skeleton. A copy is created. The copy is a shallow copy, which gets destructed at the end of the block. Which smokes the internals of the original Skeleton. Which makes things go boom.

auto is now banned in my C++ code bases.

Author Public Key
npub1h6qmf9h2qfvfgf663q6xl7lh6gt63zr0zzqcteqp8pmy0mls3x6qsw5nvc