Re: [sigc] Do you use - or want to use - libsigc++ with Objective-C++?
- From: Paul Davis <paul linuxaudiosystems com>
- To: Kjell Ahlstedt <kjell ahlstedt bredband net>
- Cc: Libsigc++ <libsigc-list gnome org>
- Subject: Re: [sigc] Do you use - or want to use - libsigc++ with Objective-C++?
- Date: Mon, 10 Jun 2013 06:59:54 -0400
We have used sigc++ with objective C for many years, but always have to apply the following patch to our build of sigc++ before using it:
--- ../include/sigc++-2.0/sigc++/functors/functor_trait.h~
+++ ../include/sigc++-2.0/sigc++/functors/functor_trait.h
@@ -23,8 +23,9 @@
#ifndef _SIGC_FUNCTORS_MACROS_FUNCTOR_TRAITHM4_
#define _SIGC_FUNCTORS_MACROS_FUNCTOR_TRAITHM4_
#include <sigc++/type_traits.h>
-
-
+#ifdef nil
+#undef nil
+#endif
namespace sigc {
/** nil struct type.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]