mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
d1fe6a0b53
Problem: - `constexpr` functions are decorated with the `inline` specifier keyword. This is redundant because `constexpr` functions are implicitly `inline`. - [dcl.constexpr], §7.1.5/2 in the C++11 standard): "constexpr functions and constexpr constructors are implicitly inline (7.1.2)". Solution: - Remove the redundant `inline` keyword. |
||
---|---|---|
.. | ||
HashFunction.h | ||
HashManager.h | ||
MD5.cpp | ||
MD5.h | ||
SHA1.cpp | ||
SHA1.h | ||
SHA2.cpp | ||
SHA2.h |