summaryrefslogtreecommitdiff
path: root/sigc++config.h.in
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2004-03-25 20:12:45 +0000
committerMurray Cumming <murrayc@src.gnome.org>2004-03-25 20:12:45 +0000
commit9d372472062fd2d0fb8709bb032de7df6ad812ea (patch)
tree83b8ac9b78dfe23350e6a10bbd4591321afc1135 /sigc++config.h.in
parent02d0413c43a9c65ec1740b1ac9b6d200954a2111 (diff)
downloadsigc++-9d372472062fd2d0fb8709bb032de7df6ad812ea.tar.gz
Rename the template_keyword check to template_specialization, because the
2004-03-25 Murray Cumming <murrayc@murrayc.com> * scripts/cxx.m4, configure.in, sigc++config.h.in: Rename the template_keyword check to template_specialization, because the problem is with or without the keyword. * sigc++/adaptors/macros/adaptor_trait.h.m4: Define SIGC_WORKAROUND_OPERATOR_PARENTHESES, which calls either operator() or sun_forte_workaround() depending on the result of the compiler test. * many .m4 files: Add sun_forte_workaround methods that call the operator() methods. Put them in #ifdefs so that only SUN Forte C++ sees them.
Diffstat (limited to 'sigc++config.h.in')
-rw-r--r--sigc++config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigc++config.h.in b/sigc++config.h.in
index 5a8def0..30d4392 100644
--- a/sigc++config.h.in
+++ b/sigc++config.h.in
@@ -54,5 +54,5 @@
/* Version number of package */
#undef VERSION
-#undef SIGC_TEMPLATE_KEYWORD_OPERATOR_OVERLOAD
+#undef SIGC_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD