Viewing profile — aslmq
aslmq
HN member- Joined
- Tue, Jul 02, 2024, 10:43 AM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About aslmq
No profile information was provided.
Recent public activity
-
comment
Comment #40855300
unique_ptr is often too restricted. If you have a simple tree with unique_ptr, already the back edges need to be raw pointers to avoid cycles. If you add an iterator, the iterator …