- const CharString *strings=reinterpret_cast<const CharString *>(context);
- const BytesTrieElement *leftElement=reinterpret_cast<const BytesTrieElement *>(left);
- const BytesTrieElement *rightElement=reinterpret_cast<const BytesTrieElement *>(right);
+ const CharString *strings=static_cast<const CharString *>(context);
+ const BytesTrieElement *leftElement=static_cast<const BytesTrieElement *>(left);
+ const BytesTrieElement *rightElement=static_cast<const BytesTrieElement *>(right);