We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32bd72 commit 433c78dCopy full SHA for 433c78d
include/mrdox/Metadata/Function.hpp
@@ -35,7 +35,7 @@ struct FunctionInfo : SymbolInfo
35
*/
36
enum : std::uint32_t
37
{
38
- // 11 bits
+ // 13 bits
39
constBit = 0x00000001,
40
constevalBit = 0x00000002,
41
constexprBit = 0x00000004,
0 commit comments