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