# Minumum C++ version. Override it building this project with # `bazel build --cxxopt='-std=c++' --host_cxxopt='c++' ...` # (Both -std and --host_cxxopt must be set to force the desired version.) build --cxxopt='-std=c++14' --host_cxxopt='-std=c++14'