We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f288c5f commit d99eea2Copy full SHA for d99eea2
ebml/EbmlElement.h
@@ -539,7 +539,7 @@ class EBML_DLL_API EbmlSemanticContextMaster : public EbmlSemanticContext {
539
const EbmlSemantic *MyTable; ///< First element in the table
540
};
541
542
-static inline const EbmlSemantic & tEBML_CTX_IDX(const EbmlSemanticContextMaster & c, std::size_t i)
+static inline constexpr const EbmlSemantic & tEBML_CTX_IDX(const EbmlSemanticContextMaster & c, std::size_t i)
543
{
544
return c.GetSemantic(i);
545
}
0 commit comments