We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2748c commit 4cc7c0eCopy full SHA for 4cc7c0e
include/cppspec.hpp
@@ -46,7 +46,7 @@
46
}
47
48
#define CPPSPEC_SPEC(spec_name) \
49
- int spec_name_spec(int argc, char **const argv) { \
+ int spec_name##_spec(int argc, char **const argv) { \
50
return CppSpec::parse(argc, argv).add_spec(spec_name).exec() \
51
? EXIT_SUCCESS \
52
: EXIT_FAILURE; \
0 commit comments