Salome HOME
bos #41564 [CEA] openturns 1.22
[tools/sat_salome.git] / products / patches / PERSALYS-f386013d-004.patch
1 --- PERSALYS-f386013d_ref/main/launcher.cxx     2024-04-03 13:36:53.000000000 +0200
2 +++ PERSALYS-f386013d_new/main/launcher.cxx     2024-04-10 14:58:17.794900118 +0200
3 @@ -22,13 +22,12 @@
4  #define BOOST_PROCESS_USE_STD_FS
5  #include <boost/process.hpp>
6  #include <boost/program_options.hpp>
7 -
8 -#include <filesystem>
9 +#include <experimental/filesystem>
10  #include <cstdlib>
11  #include <iostream>
12  
13  namespace po = boost::program_options;
14 -namespace fs = std::filesystem;
15 +namespace fs = std::experimental::filesystem;
16  namespace bp = boost::process;
17  
18  int main(int argc, char *argv[])