mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 00:30:05 +00:00 
			
		
		
		
	Archive warnings clang-tidy fixes
This commit is contained in:
		
							parent
							
								
									8cdd8526eb
								
							
						
					
					
						commit
						81f09e07f0
					
				
					 14 changed files with 43 additions and 46 deletions
				
			
		|  | @ -9,6 +9,7 @@ | |||
| 
 | ||||
| #include <filesystem> | ||||
| #include <shared_mutex> | ||||
| #include <utility> | ||||
| #include <vector> | ||||
| #include <string> | ||||
| #include <unordered_map> | ||||
|  | @ -70,7 +71,7 @@ public: | |||
| class MarkerManager::Impl::MarkerRecord | ||||
| { | ||||
| public: | ||||
|    MarkerRecord(const types::MarkerInfo& info) : markerInfo_ {info} {} | ||||
|    MarkerRecord(types::MarkerInfo info) : markerInfo_ {std::move(info)} {} | ||||
| 
 | ||||
|    const types::MarkerInfo& toMarkerInfo() { return markerInfo_; } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat