summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-01-14 13:13:19 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-01-14 13:13:19 +0100
commitca22594541ae4b85ff95b40d283e95295b1c376e (patch)
tree831df1f8554cca744d6f56a9b90e6b68e23bb7d4
parent118e382209578649f5043dc9f90c5538e06486c8 (diff)
downloadsigc++-ca22594541ae4b85ff95b40d283e95295b1c376e.tar.gz
Remove code that used the SIGC_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD ifndefs.
See the previous commit.
-rw-r--r--sigc++/adaptors/adaptor_trait.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sigc++/adaptors/adaptor_trait.h b/sigc++/adaptors/adaptor_trait.h
index 8c46ffb..a9b2a72 100644
--- a/sigc++/adaptors/adaptor_trait.h
+++ b/sigc++/adaptors/adaptor_trait.h
@@ -38,11 +38,7 @@ namespace sigc {
#ifdef SIGC_GCC_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD
#define SIGC_WORKAROUND_OPERATOR_PARENTHESES template operator()
#else
- #ifdef SIGC_MSVC_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD
#define SIGC_WORKAROUND_OPERATOR_PARENTHESES operator()
- #else
- #define SIGC_WORKAROUND_OPERATOR_PARENTHESES sun_forte_workaround
- #endif
#endif