|
|
|
|
|
by HALtheWise
1023 days ago
|
|
This... seems false? In particular, the point of an "edition" system is that code written for the new edition can seamlessly import code written for the old edition, and so a hypothetical pointerless "new edition" would simply disallow bare pointers in new files, and things like smart pointers would continue to be _implemented_ in old edition code. |
|
(I could be wrong though! I follow the committee more than you may guess, but not as much as to think I know everything about what's going on.)