1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-10 22:00:59 +03:00

🐛 reverted change for #464

This commit is contained in:
Niels Lohmann
2017-02-20 18:15:50 +01:00
parent f2dfa09aec
commit f7075be93a
2 changed files with 0 additions and 2 deletions

View File

@ -3487,7 +3487,6 @@ class basic_json
not std::is_same<ValueType, typename string_t::value_type>::value
#ifndef _MSC_VER // fix for issue #167 operator<< ambiguity under VS2015
and not std::is_same<ValueType, std::initializer_list<typename string_t::value_type>>::value
and not std::is_same<ValueType, typename std::string_view>::value
#endif
, int >::type = 0 >
operator ValueType() const