OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Update nuget gtest #290

Closed Brett208 closed 5 years ago

Brett208 commented 5 years ago

Should be able to use all C++17 features on MSVC builds now. Also removed suppression of some warnings that gtest was producing.

It looks like gmock is still not installed. Initially I thought it was, but turns out it was pulling it from my vcpkg install of gtest/gmock.

-Brett

Brett208 commented 5 years ago

I like __has_include and __cpp_lib_filesystem. Probably best if I'm not the one testing since I don't have ready access to Linux.

Whenever you think we should go prime with C++17 on Linux builds, just let me know. I guess until then I'll try to stay away except for filesystem.

Brett