Adrian McCarthy
Results
2
comments of
Adrian McCarthy
trafficstars
I found it necessary to switch Chrome's "Safe Browsing" level (under "Privacy and Security" settings) from "Enhanced" to "Standard." This is in addition to allowing access to `file://` URLs, etc....
Your project is set to use C++20 (which is necessary for `std::u8string`) but I'm guessing your googletest library was built against an older C++ standard, like C++14 or C++17. See...