Skip to content
Snippets Groups Projects
Commit 99af5589 authored by Martin Wölzer's avatar Martin Wölzer
Browse files

src/include/clapp/value.h: marked exit_t-construct as explicit

parent 24257c77
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ class exit_t {
[[nodiscard]] constexpr int get_exit_code() const noexcept;
private:
constexpr exit_t(int exit_code_param) noexcept;
constexpr explicit exit_t(int exit_code_param) noexcept;
int exit_code;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment