summaryrefslogtreecommitdiff
path: root/tests/test_exception_catch.cc
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2005-01-19 18:40:32 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-01-19 18:40:32 +0000
commit4c7f3bcd2d963b13119747cf6a9d773d2e589030 (patch)
tree83fa7f8aa76c8266004b0ee809a2a29509760b28 /tests/test_exception_catch.cc
parent06b76dad1fd3ef0ae259b4dfec957b9314e86f54 (diff)
downloadsigc++-4c7f3bcd2d963b13119747cf6a9d773d2e589030.tar.gz
Added cxx_std.m4, with a test copied from glibmm/scripts/cxx_std.m4 to
2005-01-19 Murray Cumming <murrayc@murrayc.com> * scripts/: Added cxx_std.m4, with a test copied from glibmm/scripts/cxx_std.m4 to check if the compiler has the std:: namespace. * sigcconfig.h: #undef the new #define and add SIGC_USING_STD(), like GLIBMM_USING_STD, to put stuff in the std:: namespace when it is not there already, * configure.in: Used the new test. * tests/*: Uses SIG_USING_STD() for every std:: thing that we use. This is needed by the Tru64 and HP-UX compilers when using their defaults.
Diffstat (limited to 'tests/test_exception_catch.cc')
-rw-r--r--tests/test_exception_catch.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_exception_catch.cc b/tests/test_exception_catch.cc
index 664b1b5..8c6fa0d 100644
--- a/tests/test_exception_catch.cc
+++ b/tests/test_exception_catch.cc
@@ -8,6 +8,7 @@
#include <stdexcept>
SIGC_USING_STD(cout)
+SIGC_USING_STD(cerr)
SIGC_USING_STD(endl)
SIGC_USING_STD(exception)