Skip to content

Commit e077ae2

Browse files
[arcane,materials] Corrige compilation avec le C++17.
1 parent 6427ec3 commit e077ae2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arcane/src/arcane/materials/internal/ComponentItemInternalData.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ class ComponentItemInternalRange
5959
{
6060
return m_current_value == m_last_value;
6161
}
62+
bool operator!=(const Sentinel&) const
63+
{
64+
return m_current_value != m_last_value;
65+
}
6266

6367
private:
6468

0 commit comments

Comments
 (0)