1 parent 74a5a63 commit fae7633Copy full SHA for fae7633
1 file changed
simplecpp.cpp
@@ -1771,7 +1771,7 @@ namespace simplecpp {
1771
};
1772
1773
struct invalidDirectiveAsMacroParameter : public Error {
1774
- invalidDirectiveAsMacroParameter(const Location &loc)
+ explicit invalidDirectiveAsMacroParameter(const Location &loc)
1775
: Error(loc, "it is invalid to use a preprocessor directive as macro parameter") {}
1776
1777
0 commit comments