mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Demangle support for typeid stuff
This commit is contained in:
		@@ -52,6 +52,8 @@ namespace Grid {
 | 
				
			|||||||
  void GridCmdOptionCSL(std::string str,std::vector<std::string> & vec);
 | 
					  void GridCmdOptionCSL(std::string str,std::vector<std::string> & vec);
 | 
				
			||||||
  void GridCmdOptionIntVector(std::string &str,std::vector<int> & vec);
 | 
					  void GridCmdOptionIntVector(std::string &str,std::vector<int> & vec);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  std::string demangle(const char* name) ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  void GridParseLayout(char **argv,int argc,
 | 
					  void GridParseLayout(char **argv,int argc,
 | 
				
			||||||
		       std::vector<int> &latt,
 | 
							       std::vector<int> &latt,
 | 
				
			||||||
		       std::vector<int> &simd,
 | 
							       std::vector<int> &simd,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user