Must a C++ Standard Library be implemented in C++?
问题 Must a conforming C++ Standard Library Implementation be implemented in C++? If not, is it allowed to do magic things that are not doable in pure C++ & Standard Library & some implementation defined behaviour? I am aware that there are parallel implementations that rely on extensions (in pre C++11 at least), but are they really conforming? I couldn't find any requirement in the standard, but maybe my standard-fu is weak today 回答1: No. Actually, it is even prescribed by the Standard that