swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: a5377495bf41969045f2e77414e84f19c7413af5 authored by Lars Bilke on 15 April 2021, 09:29:12 UTC
Merge branch 'fix-mkl-ubuntu' into 'master'
Tip revision: a537749
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top