mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-03-03 02:39:41 -07:00
Merge pull request #5309
43042a28 Implement array_entry_t copy constructor (Guido Vranken)
This commit is contained in:
commit
87840192dd
@ -82,6 +82,7 @@ namespace epee
|
||||
struct array_entry_t
|
||||
{
|
||||
array_entry_t():m_it(m_array.end()){}
|
||||
array_entry_t(const array_entry_t& other):m_array(other.m_array), m_it(m_array.end()){}
|
||||
|
||||
const t_entry_type* get_first_val() const
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user