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