Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 206063
Collapse All | Expand All

(-)libsigc++-2.0.18/sigc++/signal.h (+6 lines)
Lines 19-24 Link Here
19
  //do not allow a typedef to have the same name as a class in the typedef's definition.
19
  //do not allow a typedef to have the same name as a class in the typedef's definition.
20
  //For Sun Forte CC 5.7 (SUN Workshop 10), comment this out to fix the build.
20
  //For Sun Forte CC 5.7 (SUN Workshop 10), comment this out to fix the build.
21
  #define SIGC_TYPEDEF_REDEFINE_ALLOWED 1
21
  #define SIGC_TYPEDEF_REDEFINE_ALLOWED 1
22
23
  // gcc-4.3.0 does not allow typedef redefinitions  
24
  #if (__GNUC__ >= 4) && (__GNUC_MINOR__ >= 3)
25
     #undef SIGC_TYPEDEF_REDEFINE_ALLOWED
26
  #endif
27
22
#endif
28
#endif
23
29
24
namespace sigc {
30
namespace sigc {
(-)libsigc++-2.0.18/sigc++/macros/signal.h.m4 (+6 lines)
Lines 484-489 divert(0) Link Here
484
  //do not allow a typedef to have the same name as a class in the typedef's definition.
484
  //do not allow a typedef to have the same name as a class in the typedef's definition.
485
  //For Sun Forte CC 5.7 (SUN Workshop 10), comment this out to fix the build.
485
  //For Sun Forte CC 5.7 (SUN Workshop 10), comment this out to fix the build.
486
  #define SIGC_TYPEDEF_REDEFINE_ALLOWED 1
486
  #define SIGC_TYPEDEF_REDEFINE_ALLOWED 1
487
488
  // gcc-4.3.0 does not allow typedef redefinitions  
489
  #if (__GNUC__ >= 4) && (__GNUC_MINOR__ >= 3)
490
     #undef SIGC_TYPEDEF_REDEFINE_ALLOWED
491
  #endif
492
487
#endif
493
#endif
488
494
489
namespace sigc {
495
namespace sigc {

Return to bug 206063