Salome HOME
Merge branch 'spns/20216' of https://codev-tuleap.cea.fr/plugins/git/salome/sat_salom...
[tools/sat_salome.git] / products / patches / root-6.22.02-gcc-11.0.patch
1 diff -Naur root_ref/core/foundation/inc/ROOT/libcpp_string_view.h root_new/core/foundation/inc/ROOT/libcpp_string_view.h 
2 --- root_ref/core/foundation/inc/ROOT/libcpp_string_view.h      2020-08-17 14:41:56.000000000 +0200
3 +++ root_new/core/foundation/inc/ROOT/libcpp_string_view.h      2021-05-21 12:52:20.897359685 +0200
4 @@ -15,6 +15,7 @@
5  #error "Do not use libcpp_string_view.h directly. #include \"RWrap_libcpp_string_view.h\" instead."
6  #endif // RWrap_libcpp_string_view_h
7  
8 +#include <limits>
9  /*
10  string_view synopsis
11