C++17中是否仍然允许XOR链表?
原文:Are XOR linked lists still allowed in C++17?
原文:Are XOR linked lists still allowed in C++17?
XOR链表使用指针算术的方式在我看来很可疑,因为C++17中引入了语义的变化(例如在Is a pointer with the right address and type。。。