Mentions légales du service

Skip to content
  • Millian Poquet's avatar
    [code,bs] smart pointer aliases · ba0eb0ea
    Millian Poquet authored
    Dedicated file: pointers.hpp
    
    Refactor scripts:
    
    find . \
        -type f \
        -not -iwholename '*.git*' \
        -exec sed -i -e 'sWstd::shared_ptr<Job>WJobPtrWg' {} \;
    
    find . \
        -type f \
        -not -iwholename '*.git*' \
        -exec sed -i -e 'sWstd::shared_ptr<Profile>WProfilePtrWg' {} \;
    ba0eb0ea