From 1bf088b7d1808c4a8c2f2029f43c78675d295122 Mon Sep 17 00:00:00 2001 From: Ben Deane Date: Thu, 21 Nov 2024 10:46:32 -0700 Subject: [PATCH] :arrow_up: Update `stdx` This update fixes the handling of `std::array` inside the cx containers. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b69abee..94f941b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include(cmake/string_catalog.cmake) add_versioned_package("gh:boostorg/mp11#boost-1.83.0") fmt_recipe(10.2.1) add_versioned_package("gh:intel/cpp-baremetal-concurrency#7c5b26c") -add_versioned_package("gh:intel/cpp-std-extensions#fd1e82e") +add_versioned_package("gh:intel/cpp-std-extensions#7cdfadd") add_versioned_package("gh:intel/cpp-baremetal-senders-and-receivers#73d95bc") add_library(cib INTERFACE)