From 83de5b0cbc3a5206b558ccb219af7b81de086365 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Wed, 7 May 2025 22:32:06 +0200 Subject: [PATCH] fix --- .bazelrc | 6 +++--- .bcr/presubmit.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index 711d581f..bd86ad56 100644 --- a/.bazelrc +++ b/.bazelrc @@ -2,6 +2,6 @@ build --features=layering_check build --enable_bzlmod build --enable_platform_specific_config -build:linux --cxxopt=-std=c++17 -build:macos --cxxopt=-std=c++17 -build:windows --cxxopt=-std:c++17 +build:linux --cxxopt=-std=c++20 +build:macos --cxxopt=-std=c++20 +build:windows --cxxopt=-std:c++20 diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index abed14fb..4f55a397 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -29,7 +29,7 @@ tasks: platform: ${{ win_platform }} bazel: ${{ bazel }} build_flags: - - --cxxopt=/std:c++17 + - --cxxopt=/std:c++20 build_targets: - '@ftxui//:dom' - '@ftxui//:component'