fix compilation on gcc 4.9
This commit is contained in:
parent
e90553f863
commit
0ec64b6df4
@ -3028,7 +3028,7 @@ class basic_json
|
||||
*/
|
||||
template<typename ValueType, typename std::enable_if<
|
||||
not std::is_pointer<ValueType>::value, int>::type = 0>
|
||||
auto get() const -> decltype(get_impl(static_cast<ValueType*>(nullptr)))
|
||||
auto get() const -> decltype(this->get_impl(static_cast<ValueType*>(nullptr)))
|
||||
{
|
||||
return get_impl(static_cast<ValueType*>(nullptr));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user