Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 280925 | Differences between
and this patch

Collapse All | Expand All

(-)io/io/inc/TStreamerInfo.h.orig (+1 lines)
Lines 29-34 Link Here
29
29
30
#if (defined(_MSC_VER) && (_MSC_VER < 1300)) || defined(R__ALPHA) || \
30
#if (defined(_MSC_VER) && (_MSC_VER < 1300)) || defined(R__ALPHA) || \
31
    (defined(R__MACOSX) && defined(R__GNU) && __GNUC__==3 && __GNUC_MINOR<=3) || \
31
    (defined(R__MACOSX) && defined(R__GNU) && __GNUC__==3 && __GNUC_MINOR<=3) || \
32
    __GNUC__==4 || \
32
    (defined(R__MACOSX) && defined(__xlC__))
33
    (defined(R__MACOSX) && defined(__xlC__))
33
#define R__BROKEN_FUNCTION_TEMPLATES
34
#define R__BROKEN_FUNCTION_TEMPLATES
34
#endif
35
#endif

Return to bug 280925