summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-01-14 13:13:19 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-03-02 11:52:29 +0100
commita39c1e7d0e6c9c193f1001d2dbc7c8da2faa23cb (patch)
tree959893d5522a87457bc3bdf2c60229923f16a0b5
parentcce18598cd3a507997bc7a02979a8adc408072fa (diff)
downloadsigc++-a39c1e7d0e6c9c193f1001d2dbc7c8da2faa23cb.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