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 fd13595 commit 82cd826Copy full SHA for 82cd826
ebml/EbmlElement.h
@@ -538,7 +538,7 @@ class EBML_DLL_API EbmlSemanticContextMaster : public EbmlSemanticContext {
538
const EbmlSemantic *MyTable; ///< First element in the table
539
};
540
541
-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)
542
{
543
return c.GetSemantic(i);
544
}
0 commit comments