From 020e06e9a1668dc4677b81eb4ed74788c486e645 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Wed, 7 May 2025 22:37:45 +0200 Subject: [PATCH] fix --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 4f55a397..6e655431 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -18,7 +18,7 @@ tasks: platform: ${{ unix_platform }} bazel: ${{ bazel }} build_flags: - - --cxxopt=-std=c++17 + - --cxxopt=-std=c++20 build_targets: - '@ftxui//:dom' - '@ftxui//:component'