From 85a99bf2b47c8c23ec8b5ef2230d53fa2ab2d4b9 Mon Sep 17 00:00:00 2001 From: Michael Krasnyk Date: Thu, 28 Nov 2024 07:38:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20cpp-std-extensions?= =?UTF-8?q?=20to=202512bcf=20git=20sha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2435169 | * :fire: Remove AppleClang missing braces warning 32c9bce | * :arrow_up: Update CPM to v0.40.2 363928c | * :sparkles: Allow `bitset` construction with enums for place_bits ec147d5 | * :sparkles: Add `is_scoped_enum` --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 94f941b6..7e9a4fec 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#7cdfadd") +add_versioned_package("gh:intel/cpp-std-extensions#2512bcf") add_versioned_package("gh:intel/cpp-baremetal-senders-and-receivers#73d95bc") add_library(cib INTERFACE)