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/group_parser.hpp

    r591 r2629  
    33 
    44/// boost headers /// 
    5 #include <boost/cast.hpp> 
     5#include <boost_extract.hpp> 
    66 
    77namespace xios 
     
    3333           V* group_ptr = (this->hasId())  
    3434         ? V::get(this->getId()) 
    35          : boost::polymorphic_downcast<V*>(this); 
     35         : xios_polymorphic_downcast<V*>(this); 
    3636 
    3737      if (!(node.goToChildElement())) 
     
    9090           V* group_ptr = (this->hasId())  
    9191         ? V::get(this->getId()) 
    92          : boost::polymorphic_downcast<V*>(this); 
     92         : xios_polymorphic_downcast<V*>(this); 
    9393 
    9494          StdString name = node.getElementName(); 
Note: See TracChangeset for help on using the changeset viewer.