summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-01-14 12:22:29 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-03-02 11:52:29 +0100
commit5b283ea5456acf38df23d415933883e1c48c50df (patch)
treeeb092b589af715fd7f855ae44e9fc9ba73fa9b31
parent54188f1d5f0165fe0b463e9e9afb8fd43c874299 (diff)
downloadsigc++-5b283ea5456acf38df23d415933883e1c48c50df.tar.gz
Remove useless SIGC_TYPEDEF_REDEFINE_ALLOWED
-rw-r--r--sigc++/macros/signal.h.m410
1 files changed, 0 insertions, 10 deletions
diff --git a/sigc++/macros/signal.h.m4 b/sigc++/macros/signal.h.m4
index 46827de..41ebe31 100644
--- a/sigc++/macros/signal.h.m4
+++ b/sigc++/macros/signal.h.m4
@@ -323,16 +323,6 @@ divert(0)
#undef nil
#endif
-//SIGC_TYPEDEF_REDEFINE_ALLOWED:
-// TODO: This should have its own test, but I can not create one that gives the error instead of just a warning. murrayc.
-// I have just used this because there is a correlation between these two problems.
-#ifdef SIGC_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD
- //Compilers, such as older versions of SUN Forte C++, that do not allow this also often
- //do not allow a typedef to have the same name as a class in the typedef's definition.
- //For Sun Forte CC 5.7 (SUN Workshop 10), comment this out to fix the build.
- #define SIGC_TYPEDEF_REDEFINE_ALLOWED 1
-#endif
-
namespace sigc {
/** STL-style iterator for slot_list.