1# Disable all of the filesystem tests if the correct feature is not available. 2if 'c++filesystem' not in config.available_features: 3 config.unsupported = True 4
1# Disable all of the filesystem tests if the correct feature is not available. 2if 'c++filesystem' not in config.available_features: 3 config.unsupported = True 4