astyle
This commit is contained in:
		@@ -112,7 +112,8 @@ int main(int, char*[])
 | 
			
		||||
 | 
			
		||||
// Example of user defined class with operator<<
 | 
			
		||||
class some_class {};
 | 
			
		||||
std::ostream& operator<<(std::ostream& os, const some_class&) {
 | 
			
		||||
std::ostream& operator<<(std::ostream& os, const some_class&)
 | 
			
		||||
{
 | 
			
		||||
    return os << "some_class";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -64,7 +64,7 @@ class async_log_helper
 | 
			
		||||
        async_msg() = default;
 | 
			
		||||
        ~async_msg() = default;
 | 
			
		||||
 | 
			
		||||
        async_msg(async_msg&& other) SPDLOG_NOEXCEPT:
 | 
			
		||||
async_msg(async_msg&& other) SPDLOG_NOEXCEPT:
 | 
			
		||||
        logger_name(std::move(other.logger_name)),
 | 
			
		||||
                    level(std::move(other.level)),
 | 
			
		||||
                    time(std::move(other.time)),
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user