mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-30 23:03:05 +00:00 
			
		
		
		
	Make clang-tidy happy
This commit is contained in:
		| @@ -1689,7 +1689,7 @@ bool Rtklib_Solver::get_PVT(const std::map<int, Gnss_Synchro> &gnss_observables_ | ||||
|                     // write UTC time string | ||||
|  | ||||
|                     // Use a facet to display time in a custom format (only hour and minutes). | ||||
|                     boost::posix_time::time_facet *facet = new boost::posix_time::time_facet(); | ||||
|                     auto *facet = new boost::posix_time::time_facet(); | ||||
|                     facet->format("%Y-%m-%dT%H:%M:%S%F"); | ||||
|                     std::stringstream stream; | ||||
|                     stream.imbue(std::locale(std::locale::classic(), facet)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez