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/filter/temporal_filter.hpp

    r2193 r2629  
    33 
    44#include "filter.hpp" 
    5 #include <boost/smart_ptr/scoped_ptr.hpp> 
    65#include "functor.hpp" 
    76#include "array_new.hpp" 
     
    6059      // Warning the declaration order matters here, double-check the constructor before changing it 
    6160      CArray<double, 1> tmpData; //!< The array of data used for temporary storage 
    62       const boost::scoped_ptr<func::CFunctor> functor; //!< The functor corresponding to the temporal operation 
     61      const std::unique_ptr<func::CFunctor> functor; //!< The functor corresponding to the temporal operation 
    6362      const bool isOnceOperation; //!< True if the operation should be computed just once 
    6463      const bool isInstantOperation; //!< True if the operation is instant 
Note: See TracChangeset for help on using the changeset viewer.