Several sources ([1],[2]) mention that the purpose of std::allocator was to allow for different pointer types (near/far/huge) on 16 bit platforms and parts of this original design still remain in the standard.
My questions are:
How specifically did allocators work with different pointer types those days? For example, if near pointer is meaningless without a value in DS register, how could near pointer allocator be useful?
Was there something in allocator requirements which was removed from standard, totally breaking support for segmented memory? If not, are the same facilities still used on modern 16 bit platforms, shall one exist which has a c++ compiler?
[1] https://www.youtube.com/watch?v=LIb3L4vKZ7U
[2] Josuttis, The C++ Standard Library: A Tutorial and Reference
2.1m questions
2.1m answers
60 comments
57.0k users