mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	MSVC in latest script works
Clang is having issues.
This commit is contained in:
		@@ -59,7 +59,7 @@ String AST::to_string()
 | 
			
		||||
				}
 | 
			
		||||
				index++;
 | 
			
		||||
 | 
			
		||||
				str_copy( line, Content + curr, length );
 | 
			
		||||
				str_copy( line, (char const*)Content + curr, length );
 | 
			
		||||
				result.append_fmt( "//%.*s", length, line );
 | 
			
		||||
				mem_set( line, 0, MaxCommentLineLength);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user