Update common.h
This commit is contained in:
		@@ -358,7 +358,6 @@ to_string_view(std::basic_format_string<T, Args...> fmt) SPDLOG_NOEXCEPT {
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// make_unique support for pre c++14
 | 
					// make_unique support for pre c++14
 | 
				
			||||||
 | 
					 | 
				
			||||||
#if __cplusplus >= 201402L // C++14 and beyond
 | 
					#if __cplusplus >= 201402L // C++14 and beyond
 | 
				
			||||||
using std::enable_if_t;
 | 
					using std::enable_if_t;
 | 
				
			||||||
using std::make_unique;
 | 
					using std::make_unique;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user