🔨 fixed compilation error
This commit is contained in:
parent
e6aa700360
commit
3d589fd032
4 changed files with 24 additions and 24 deletions
|
@ -3618,7 +3618,7 @@ class primitive_iterator_t
|
|||
return lhs.m_it - rhs.m_it;
|
||||
}
|
||||
|
||||
friend constexpr std::ostream& operator<<(std::ostream& os, primitive_iterator_t it)
|
||||
friend std::ostream& operator<<(std::ostream& os, primitive_iterator_t it)
|
||||
{
|
||||
return os << it.m_it;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue