Unverified Commit 5676a2a0 authored by Guillaume Racicot's avatar Guillaume Racicot Committed by GitHub

Aligned template declaration

parent e0e7fa39
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment