summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorrpj <rpj>2002-03-02 09:51:52 +0000
committerrpj <rpj>2002-03-02 09:51:52 +0000
commit3e19793c8e74db10992a72ea9e7f13ab7bd69cef (patch)
tree1c664db5d1f3fad581a293e6c3dbda4e1efccbd2 /BUGS
parent6a9ed3371b34dd6fa3c229c8c662b7eb4a4ce479 (diff)
Made Item 1 description more accurate.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS7
1 files changed, 5 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index c48b8ba..c7920b0 100644
--- a/BUGS
+++ b/BUGS
@@ -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