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 ba1d728 commit 7075395Copy full SHA for 7075395
src/util/exception_utils.h
@@ -86,7 +86,7 @@ class incorrect_goto_program_exceptiont : public cprover_exception_baset
86
incorrect_goto_program_exceptiont(
87
std::string message,
88
source_locationt source_location);
89
- incorrect_goto_program_exceptiont(std::string message);
+ explicit incorrect_goto_program_exceptiont(std::string message);
90
std::string what() const override;
91
92
private:
0 commit comments