Is there a meaningful distinction between freestanding and hosted implementations?
问题 The question I have is mostly related to section four, paragraph six. The two forms of conforming implementation are hosted and freestanding. A conforming hosted implementation shall accept any strictly conforming program. As I understand, this constitutes the typical application environment, with filesystems, allocated memory and threads... A conforming freestanding implementation shall accept any strictly conforming program in which the use of the features specified in the library clause