fixed wrong versions
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <fstream>
 | 
			
		||||
 | 
			
		||||
#if __GNUC__ < 8 && __clang_major__ < 17
 | 
			
		||||
#if __GNUC__ <= 8 && __clang_major__ < 17
 | 
			
		||||
#       include <experimental/filesystem>
 | 
			
		||||
    using namespace std::experimental;
 | 
			
		||||
    using namespace std::experimental::filesystem;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user