Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / root-6.22-numeric_limits.patch
1
2 diff -Naur root/core/foundation/inc/ROOT/libcpp_string_view.h root_dev/core/foundation/inc/ROOT/libcpp_string_view.h
3 --- root/core/foundation/inc/ROOT/libcpp_string_view.h  2020-08-17 14:41:56.000000000 +0200
4 +++ root_dev/core/foundation/inc/ROOT/libcpp_string_view.h      2024-03-22 11:00:07.359412709 +0100
5 @@ -8,6 +8,8 @@
6  //
7  //===----------------------------------------------------------------------===//
8  
9 +#include <limits>
10 +
11  #ifndef _LIBCPP_LFTS_STRING_VIEW
12  #define _LIBCPP_LFTS_STRING_VIEW
13