🚑 fix compiler errors
This commit is contained in:
parent
6c7cde181c
commit
cf8251eb54
3 changed files with 4 additions and 20 deletions
|
@ -164,14 +164,6 @@ class iter_impl
|
|||
return *this;
|
||||
}
|
||||
|
||||
/// @copydoc operator=(const iter_impl<typename std::remove_const<BasicJsonType>::type>&)
|
||||
iter_impl& operator=(const iter_impl<const BasicJsonType>& other) noexcept
|
||||
{
|
||||
m_object = other.m_object;
|
||||
m_it = other.m_it;
|
||||
return *this;
|
||||
}
|
||||
|
||||
private:
|
||||
/*!
|
||||
@brief set the iterator to the first value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue