Skip to content

Commit b41e559

Browse files
committed
Source is constexpr
#refactor
1 parent 9e0196b commit b41e559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mrdocs/Metadata/Source.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ struct MRDOCS_DECL
131131
auto operator<=>(SourceInfo const&) const = default;
132132

133133
protected:
134-
SourceInfo() = default;
134+
constexpr SourceInfo() = default;
135135
};
136136

137137
MRDOCS_DECL

0 commit comments

Comments
 (0)