summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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