diff options
| author | rpj <rpj> | 2002-03-02 09:51:52 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2002-03-02 09:51:52 +0000 | 
| commit | 3e19793c8e74db10992a72ea9e7f13ab7bd69cef (patch) | |
| tree | 1c664db5d1f3fad581a293e6c3dbda4e1efccbd2 | |
| parent | 6a9ed3371b34dd6fa3c229c8c662b7eb4a4ce479 (diff) | |
Made Item 1 description more accurate.
| -rw-r--r-- | BUGS | 7 | 
1 files changed, 5 insertions, 2 deletions
| @@ -2,8 +2,11 @@  Known bugs
  ----------
 -1. Under MS VC++ (only tested with version 6.0), a term_func
 -   set via the standard C++ set_terminate() function is not called.
 +1. Not strictly a bug, more of a gotcha.
 +
 +   Under MS VC++ (only tested with version 6.0), a term_func
 +   set via the standard C++ set_terminate() function causes the
 +   application to abort.
     Notes from the MSVC++ manual:
           1) A term_func() should call exit(), otherwise
 | 
