cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
304 stars 131 forks source link

cpp 14 usage #270

Closed reneFi closed 8 months ago

reneFi commented 8 months ago

Summary

googletest has changed to cpp standard 14. To use cucumber-cpp with actual version compile for versions that require CPP 14 is enabled now

Details

Motivation and Context

use current versions of googletest framework