mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-10-31 16:28:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include "structures.h"
 | |
| 
 | |
| void foo() {
 | |
|   std::string a = "Mozilla";
 | |
|   std::string tmp;
 | |
|   tmp.assign(a.c_str());
 | |
| }
 | 
