Ignore:
Timestamp:
04/25/24 15:05:23 (2 months ago)
Author:
jderouillat
Message:

Delete boost dependencies, the few features used are replaced by functions stored in extern/boost_extraction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/io/nc4_data_output.cpp

    r2628 r2629  
    1414 
    1515#include <limits.h> 
     16#include <cfloat> 
    1617#define X_FLOAT_MAX     FLT_MAX 
    1718#define X_FLOAT_MIN     FLT_MIN 
     
    19721973           {  // Ecriture des coordonnes 
    19731974 
    1974               StdString coordstr; //boost::algorithm::join(coodinates, " ") 
     1975              StdString coordstr; 
    19751976              std::vector<StdString>::iterator 
    19761977                 itc = coodinates.begin(), endc = coodinates.end(); 
Note: See TracChangeset for help on using the changeset viewer.