Update c++ standard (#2204)

We need c++14 to compile the test of 1.8.0
pull/2207/head
小鸡快跑 1 year ago committed by GitHub
parent 411a1256b2
commit e19b9e48fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/b/benchmark/xmake.lua

@ -55,5 +55,5 @@ package("benchmark")
}
BENCHMARK(BM_empty);
BENCHMARK(BM_empty)->ThreadPerCpu();
]]}, {configs = {languages = "c++11"}, includes = "benchmark/benchmark.h"}))
]]}, {configs = {languages = "c++14"}, includes = "benchmark/benchmark.h"}))
end)

Loading…
Cancel
Save