File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -157,19 +157,13 @@ class ISpatial_NODE
157
157
bool _empty ()
158
158
{
159
159
return items.empty () &&
160
- 0 == (intptr_t (children[0 ]) | intptr_t (children[1 ]) | intptr_t (children[2 ]) | intptr_t (children[3 ]) | intptr_t (children[4 ]) |
161
- intptr_t (children[5 ]) | intptr_t (children[6 ]) | intptr_t (children[7 ]));
160
+ 0 == (uintptr_t (children[0 ]) | uintptr_t (children[1 ]) |
161
+ uintptr_t (children[2 ]) | uintptr_t (children[3 ]) |
162
+ uintptr_t (children[4 ]) | uintptr_t (children[5 ]) |
163
+ uintptr_t (children[6 ]) | uintptr_t (children[7 ]));
162
164
}
163
165
};
164
- // //////////
165
166
166
- // template <class T, int granularity>
167
- // class poolSS;
168
- #ifndef DLL_API
169
- #define DLL_API XR_IMPORT
170
- #endif // #ifndef DLL_API
171
-
172
- // ////////////////////////////////////////////////////////////////////////
173
167
class XRCDB_API ISpatial_DB : private Noncopyable
174
168
{
175
169
public:
You can’t perform that action at this time.
0 commit comments