mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: remove constexpr from NullObject members
This commit is contained in:
committed by
Andrew Heather
parent
c0fad3be09
commit
18984f6c27
@ -112,13 +112,13 @@ public:
|
||||
}
|
||||
|
||||
//- No elements
|
||||
inline constexpr bool empty() const
|
||||
inline bool empty() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
//- Zero elements
|
||||
inline constexpr label size() const
|
||||
inline label size() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user