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

(-)universe/Building.h (-2 / +2 lines)
Lines 69-79 Link Here
69
    template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p);
69
    template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p);
70
    template <class T> friend void boost::checked_delete(T* x);
70
    template <class T> friend void boost::checked_delete(T* x);
71
71
72
#if BOOST_VERSION == 106100
72
#if BOOST_VERSION >= 106100
73
public:
73
public:
74
#endif
74
#endif
75
    ~Building() {}
75
    ~Building() {}
76
#if BOOST_VERSION == 106100
76
#if BOOST_VERSION >= 106100
77
protected:
77
protected:
78
#endif
78
#endif
79
79
(-)universe/Field.h (-2 / +2 lines)
Lines 48-58 Link Here
48
    template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p);
48
    template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p);
49
    template <class T> friend void boost::checked_delete(T* x);
49
    template <class T> friend void boost::checked_delete(T* x);
50
50
51
#if BOOST_VERSION == 106100
51
#if BOOST_VERSION >= 106100
52
public:
52
public:
53
#endif
53
#endif
54
    ~Field() {}
54
    ~Field() {}
55
#if BOOST_VERSION == 106100
55
#if BOOST_VERSION >= 106100
56
protected:
56
protected:
57
#endif
57
#endif
58
58
(-)universe/Fleet.h (-2 / +2 lines)
Lines 150-160 Link Here
150
    template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p);
150
    template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p);
151
    template <class T> friend void boost::checked_delete(T* x);
151
    template <class T> friend void boost::checked_delete(T* x);
152
152
153
#if BOOST_VERSION == 106100
153
#if BOOST_VERSION >= 106100
154
public:
154
public:
155
#endif
155
#endif
156
    ~Fleet() {}
156
    ~Fleet() {}
157
#if BOOST_VERSION == 106100
157
#if BOOST_VERSION >= 106100
158
protected:
158
protected:
159
#endif
159
#endif
160
160
(-)universe/Planet.h (-2 / +2 lines)
Lines 185-195 Link Here
185
    template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p);
185
    template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p);
186
    template <class T> friend void boost::checked_delete(T* x);
186
    template <class T> friend void boost::checked_delete(T* x);
187
187
188
#if BOOST_VERSION == 106100
188
#if BOOST_VERSION >= 106100
189
public:
189
public:
190
#endif
190
#endif
191
    ~Planet() {}
191
    ~Planet() {}
192
#if BOOST_VERSION == 106100
192
#if BOOST_VERSION >= 106100
193
protected:
193
protected:
194
#endif
194
#endif
195
195
(-)universe/Ship.h (-2 / +2 lines)
Lines 104-114 Link Here
104
    template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p);
104
    template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p);
105
    template <class T> friend void boost::checked_delete(T* x);
105
    template <class T> friend void boost::checked_delete(T* x);
106
106
107
#if BOOST_VERSION == 106100
107
#if BOOST_VERSION >= 106100
108
public:
108
public:
109
#endif
109
#endif
110
    ~Ship() {}
110
    ~Ship() {}
111
#if BOOST_VERSION == 106100
111
#if BOOST_VERSION >= 106100
112
protected:
112
protected:
113
#endif
113
#endif
114
114
(-)universe/System.h (-2 / +2 lines)
Lines 134-144 Link Here
134
    template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p);
134
    template <class T> friend void boost::python::detail::value_destroyer<false>::execute(T const volatile* p);
135
    template <class T> friend void boost::checked_delete(T* x);
135
    template <class T> friend void boost::checked_delete(T* x);
136
136
137
#if BOOST_VERSION == 106100
137
#if BOOST_VERSION >= 106100
138
public:
138
public:
139
#endif
139
#endif
140
    ~System() {}
140
    ~System() {}
141
#if BOOST_VERSION == 106100
141
#if BOOST_VERSION >= 106100
142
protected:
142
protected:
143
#endif
143
#endif
144
144

Return to bug 596680