From 8303b81006eb7b998dc00dedfa68f23c7137eb1d Mon Sep 17 00:00:00 2001 From: kwasniow Date: Mon, 29 Jun 2026 15:05:33 +0200 Subject: [PATCH] Update gsl-lite to 1.1 --- CMakeLists.txt | 2 +- include/sframe/sframe.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca2377d..b9ff019 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,7 +104,7 @@ set_directory_properties( PROPERTIES EP_PREFIX ${CMAKE_BINARY_DIR}/third_party ) ExternalProject_Add( gsl-extern GIT_REPOSITORY ${GSL_LITE_URL} - GIT_TAG v0.37.0 + GIT_TAG v1.1.0 TIMEOUT 10 UPDATE_COMMAND "" CONFIGURE_COMMAND "" diff --git a/include/sframe/sframe.h b/include/sframe/sframe.h index 1555213..80264b8 100644 --- a/include/sframe/sframe.h +++ b/include/sframe/sframe.h @@ -5,11 +5,13 @@ #include #include -#include +#include #include namespace SFRAME_NAMESPACE { +namespace gsl = ::gsl_lite; + struct openssl_error : std::runtime_error { openssl_error();