commit
						d70d06ae41
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3207,7 +3207,7 @@ class basic_json
 | 
			
		|||
                   not std::is_same<ValueType, typename string_t::value_type>::value and
 | 
			
		||||
                   not detail::is_basic_json<ValueType>::value
 | 
			
		||||
                   and not std::is_same<ValueType, std::initializer_list<typename string_t::value_type>>::value
 | 
			
		||||
#if defined(JSON_HAS_CPP_17) && (defined(__GNUC__) || (defined(_MSC_VER) and _MSC_VER <= 1914))
 | 
			
		||||
#if defined(JSON_HAS_CPP_17) && (defined(__GNUC__) || (defined(_MSC_VER) and _MSC_VER >= 1910 and _MSC_VER <= 1914))
 | 
			
		||||
                   and not std::is_same<ValueType, typename std::string_view>::value
 | 
			
		||||
#endif
 | 
			
		||||
                   and detail::is_detected<detail::get_template_function, const basic_json_t&, ValueType>::value
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18999,7 +18999,7 @@ class basic_json
 | 
			
		|||
                   not std::is_same<ValueType, typename string_t::value_type>::value and
 | 
			
		||||
                   not detail::is_basic_json<ValueType>::value
 | 
			
		||||
                   and not std::is_same<ValueType, std::initializer_list<typename string_t::value_type>>::value
 | 
			
		||||
#if defined(JSON_HAS_CPP_17) && (defined(__GNUC__) || (defined(_MSC_VER) and _MSC_VER <= 1914))
 | 
			
		||||
#if defined(JSON_HAS_CPP_17) && (defined(__GNUC__) || (defined(_MSC_VER) and _MSC_VER >= 1910 and _MSC_VER <= 1914))
 | 
			
		||||
                   and not std::is_same<ValueType, typename std::string_view>::value
 | 
			
		||||
#endif
 | 
			
		||||
                   and detail::is_detected<detail::get_template_function, const basic_json_t&, ValueType>::value
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue