projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b7898
)
Removed ancient code
author
khizmax
<libcds.dev@gmail.com>
Thu, 12 Mar 2015 19:32:53 +0000
(22:32 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Thu, 12 Mar 2015 19:32:53 +0000
(22:32 +0300)
tests/cppunit/test_main.cpp
patch
|
blob
|
history
diff --git
a/tests/cppunit/test_main.cpp
b/tests/cppunit/test_main.cpp
index 57727c23dac2cebcbd1ecdba54269308aaab9027..529defc7fb3fd6f13b1a73cef7144cadedde2dd1 100644
(file)
--- a/
tests/cppunit/test_main.cpp
+++ b/
tests/cppunit/test_main.cpp
@@
-455,19
+455,3
@@
int main(int argc, char** argv)
return num_errors;
}
-
-// See doc/README.intel for explanation about this code
-#if defined (STLPORT) && defined (__ICL) && (__ICL >= 900) && \
- (_STLP_MSVC_LIB < 1300) && defined (_STLP_USE_DYNAMIC_LIB)
-# include <exception>
-
-# undef std
-namespace std
-{
- void _STLP_CALL unexpected() {
- unexpected_handler hdl;
- set_unexpected(hdl = set_unexpected((unexpected_handler)0));
- hdl();
- }
-}
-#endif