compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

Update Google Test used #295

Open mcbarton opened 1 month ago

mcbarton commented 1 month ago

Currently we download version 1.12.1 . After this version Google Test required c++14 which is the minimum standard of this project. I suggest we move to a newer version.