소스 검색

Update c++ standard (#2204)

We need c++14 to compile the test of 1.8.0
小鸡快跑 2 년 전
부모
커밋
e19b9e48fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/b/benchmark/xmake.lua

+ 1 - 1
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)