class THarrayBase removed. THArray<> and THArrayStringFix are not inherited from THArrayBase class any more. THashBase class template has forth parameter that defines values array (ability to specify your own class there that has similar interface as THArray). Many cosmetic changes in THArrayRaw class to make its interface more compatible with THArray<>
whatsnew
Updated tests according to changes in THArrayRaw class
new version of google tests 1.8.1.8
added new files to project
added new files with tests. Upgraded for VS2026. Upgraded google test to 1.8.1.8 version.
two new files with tests for THash are added
Fixed small bug with assert when Release config is active