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 f843cc2 commit b2bafb8Copy full SHA for b2bafb8
include/mrdocs/Metadata/Source.hpp
@@ -69,6 +69,7 @@ struct MRDOCS_DECL
69
70
//--------------------------------------------
71
72
+ constexpr
73
Location(
74
std::string_view const full_path = {},
75
std::string_view const short_path = {},
@@ -131,7 +132,7 @@ struct MRDOCS_DECL
131
132
auto operator<=>(SourceInfo const&) const = default;
133
134
protected:
- SourceInfo() = default;
135
+ constexpr SourceInfo() = default;
136
};
137
138
MRDOCS_DECL
0 commit comments