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/inetcdf4.cpp

    r2308 r2629  
    33#include "netCdf_cf_constant.hpp" 
    44 
    5 #include <boost/algorithm/string.hpp> 
     5#include <boost_extract.hpp> 
    66 
    77namespace xios 
     
    435435    StdString value = this->getCoordinatesId(name, path); 
    436436 
    437     boost::split(retvalue, value, boost::is_any_of(" ")); 
     437    xios_split<std::list<StdString>>(retvalue, value, " "); 
    438438 
    439439    std::list<StdString>::iterator it = retvalue.begin(), end = retvalue.end(); 
Note: See TracChangeset for help on using the changeset viewer.