mirror of
https://github.com/nlohmann/json.git
synced 2026-08-17 22:53:28 +00:00
drop std::enable_if part
This commit is contained in:
@@ -3650,8 +3650,7 @@ namespace nlohmann
|
||||
{
|
||||
namespace detail
|
||||
{
|
||||
template<typename string_type, typename std::enable_if<
|
||||
std::is_same<char, typename string_type::value_type>::value, int>::type = 0>
|
||||
template<typename string_type>
|
||||
void int_to_string( string_type& target, std::size_t value )
|
||||
{
|
||||
// For ADL
|
||||
|
||||
Reference in New Issue
Block a user