From 6d51a12e5712cf49c81704cf9939276510f92c89 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 26 Nov 2020 03:34:52 +0200 Subject: [PATCH] Remove -std=c++1z from clang 3.x --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8977620..517b302 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,27 +51,27 @@ jobs: os: ubuntu-18.04 - toolset: clang compiler: clang++-3.5 - cxxstd: "11,14,1z" + cxxstd: "11,14" os: ubuntu-16.04 install: clang-3.5 - toolset: clang compiler: clang++-3.6 - cxxstd: "11,14,1z" + cxxstd: "11,14" os: ubuntu-16.04 install: clang-3.6 - toolset: clang compiler: clang++-3.7 - cxxstd: "11,14,1z" + cxxstd: "11,14" os: ubuntu-16.04 install: clang-3.7 - toolset: clang compiler: clang++-3.8 - cxxstd: "11,14,1z" + cxxstd: "11,14" os: ubuntu-16.04 install: clang-3.8 - toolset: clang compiler: clang++-3.9 - cxxstd: "11,14,1z" + cxxstd: "11,14" os: ubuntu-16.04 install: clang-3.9 - toolset: clang