mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-11-03 23:51:41 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include <fmt/compile.h>
 | 
						|
 | 
						|
__attribute__((visibility("default"))) std::string foo() {
 | 
						|
  return fmt::format(FMT_COMPILE("foo bar {}"), 4242);
 | 
						|
}
 |