On 4/17/2011 1:27 PM, Daniel Gibson wrote:
1. Phobos and druntime is statically compiled in. On a really limited embedded platform you wouldn't use Phobos anyway, but write your own standardlib and runtime that suit your needs (it's not like anybody would use full C++ with STL on such a platform. Well, probably not even C++ at all or only a very limited subset).
On 16 bit DOS computers, you can't use C++ STL or even exception handling.
