We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adec503 commit 9bcbceeCopy full SHA for 9bcbcee
1 file changed
include/openPMD/Datatype.tpp
@@ -301,11 +301,6 @@ constexpr inline bool isSigned(Datatype d)
301
return switchType<detail::IsSigned>(d);
302
}
303
304
-constexpr inline bool isSameChar(Datatype d, Datatype e)
305
-{
306
- return isChar(d) && isChar(e) && isSigned(d) == isSigned(e);
307
-}
308
-
309
constexpr bool isSame(openPMD::Datatype const d, openPMD::Datatype const e)
310
{
311
return
0 commit comments