I'm trying to recompile griddb from source. I have some compilation errors relative to the templates:
./btree_map.h: In member function ‘void BtreeMap::splitNode(TransactionContext&, BtreeMap::BNode<K, V>&, BtreeMap::BNode<K, V>&, KeyValue<K, V>&)’:
./btree_map.h:921:48: error: expected primary-expression before ‘>’ token
dirtyNode2.allocateNeighbor<BNodeImage<K, V> >(
Using gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
I have tried several versions of griddb without success