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 8c84661 commit 7a24bbaCopy full SHA for 7a24bba
ebml/EbmlElement.h
@@ -474,7 +474,7 @@ static inline constexpr const EbmlSemanticContext * EBML_CTX_PARENT(const EbmlSe
474
return c.Parent();
475
}
476
477
-static inline const EbmlSemantic & EBML_CTX_IDX(const EbmlSemanticContext & c, std::size_t i)
+static inline constexpr const EbmlSemantic & EBML_CTX_IDX(const EbmlSemanticContext & c, std::size_t i)
478
{
479
return c.GetSemantic(i);
480
0 commit comments