Displaying 1 result from an estimated 1 matches for "base_lett".
Did you mean:
base_len
2015 Oct 07
0
brass and chert compiled / xapian port to Interix
...s and chert to compile on SFU Interix 3.5 (modified)
[code change not performance critical]
/xapian-core-1.2.21/backends/brass/brass_check.cc
/xapian-core-1.2.21/backends/chert/chert_check.cc
#include <climits>
+
+#include "str.h"
out << "base" << (char)B.base_letter
<< " blocksize=" << B.block_size / 1024 << "K"
- " items=" << B.item_count
+ << " items=" << str(B.item_count)
it's been suggested that (absent the above) gcc-3.4.2 might be a minimum version to comp...