Add bool specialization for VariableLengthArray; fix #260
Fix #281
Update Google Test to the latest version v1.13
Fix incorrect handling of compilation flags in Findgtest.cmake
Fix warnings revealed by the above fix
There is a fair amount of code duplication between the generic and specialized versions of VariableLengthArray. It is possible to eliminate some of it by extracting commonalities into a base class.
Findgtest.cmake
There is a fair amount of code duplication between the generic and specialized versions of
VariableLengthArray
. It is possible to eliminate some of it by extracting commonalities into a base class.