googletest
googletest copied to clipboard
bazel: move -std=c++14 to .bazelrc
Bazel defaults to -std=c++11 on macOS which gtest doesn't support.
interested to see from CI if this is preferred over the env var used to test multiple versions