Aligned template declaration
This commit is contained in:
		
							parent
							
								
									e0e7fa39e7
								
							
						
					
					
						commit
						5676a2a076
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -53,8 +53,8 @@ struct external_constructor<value_t::string> | |||
|     } | ||||
| 
 | ||||
| 	template<typename BasicJsonType, typename CompatibleStringType, | ||||
| 		     enable_if_t<not std::is_same<CompatibleStringType, typename BasicJsonType::string_t>::value, | ||||
| 		                 int> = 0> | ||||
| 		 enable_if_t<not std::is_same<CompatibleStringType, typename BasicJsonType::string_t>::value, | ||||
| 		             int> = 0> | ||||
| 		static void construct(BasicJsonType& j, const CompatibleStringType& str) | ||||
| 	{ | ||||
| 		j.m_type = value_t::string; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue