Use CXX14 to allow constexpr with non-return statements
Co-authored-by: Daniel Colson <composerinteralia@github.com>
This commit is contained in:
parent
fcb1a49812
commit
ee3da3784e
Notes:
git
2022-10-24 23:48:01 +00:00
@ -192,7 +192,7 @@ RB_UNDEF_P(VALUE obj)
|
|||||||
}
|
}
|
||||||
|
|
||||||
RBIMPL_ATTR_CONST()
|
RBIMPL_ATTR_CONST()
|
||||||
RBIMPL_ATTR_CONSTEXPR(CXX11)
|
RBIMPL_ATTR_CONSTEXPR(CXX14)
|
||||||
RBIMPL_ATTR_ARTIFICIAL()
|
RBIMPL_ATTR_ARTIFICIAL()
|
||||||
/**
|
/**
|
||||||
* Checks if the given object is nil or undef. Can be used to see if
|
* Checks if the given object is nil or undef. Can be used to see if
|
||||||
|
Loading…
x
Reference in New Issue
Block a user