There is no requirement at all how the standard C++ library (or the standard C library for that matter) is implemented. All the library needs to achieve is to implement the documented and specified interface. How this is done is entirely up to the implementation. Part of standard libraries are often implemented by the compiler in some magic way and in C++2011 there are several interfaces which actually cannot be implemented using standard C++2011 language facilities! Primarily this is true for some of the traits in
but there are other things.
参照のためだけに:C ++がどのように実装されているのか、それが実際に標準に準拠していることが実際には何を意味するのかは非常に曖昧です。関連する節は1.4 [intro.compliance]です。しかし、単に診断が発行され、プログラムが何をしなければならないか、リソースの制限に制約されているかについて話すだけです。