アプリケーションを閉じると、デバッグ出力にこの奇妙な行が表示されました。
The thread 'std::vector<foo *,std::allocator<foo *> >::_Insert_n' (0xf4) has exited with code 0 (0x0).
私は次のようなメッセージを見るのに慣れています...
The thread 'Win32 Thread' (0x1ad0) has exited with code 0 (0x0).
... また ...
The thread 'RPC Callback Thread' (0x1f28) has exited with code 0 (0x0).
…が、これは初めてです。この奇妙な名前のスレッドは何ですか?
どういうわけかSTLによって開始されましたか?
編集
これはデバッグ出力の抜粋です。
The thread 'Win32 Thread' (0x149c) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1b68) has exited with code 0 (0x0).
The thread 'std::vector<foo *,std::allocator<foo *> >::_Insert_n' (0xf4) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1ad0) has exited with code 0 (0x0).
The thread 'RPC Callback Thread' (0x1f28) has exited with code 0 (0x0).