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

    r2628 r2629  
    88#include "object_template.hpp" 
    99#include "oasis_cinterface.hpp" 
    10 #include <boost/functional/hash.hpp> 
    11 #include <boost/algorithm/string.hpp> 
    1210#include "mpi.hpp" 
    1311#include "tracer.hpp" 
     
    562560       if (eventSent) 
    563561       { 
    564          boost::hash<string> hashString; 
     562         std::hash<string> hashString; 
    565563         size_t hashId = hashString("oasis_enddef"); 
    566564 
     
    579577       { 
    580578           MPI_Recv(&msg,1,MPI_INT,root,5,intraComm_,&status) ; // tags oasis_endded = 5 
    581            boost::hash<string> hashString; 
     579           std::hash<string> hashString; 
    582580           size_t hashId = hashString("oasis_enddef"); 
    583581           CXios::getPoolRessource()->getEventScheduler()->registerEvent(0,hashId); 
Note: See TracChangeset for help on using the changeset viewer.