We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac94ada commit f144db1Copy full SHA for f144db1
appveyor.yml
@@ -15,7 +15,7 @@ before_build:
15
- dir
16
- cd build
17
18
- - cmake -G "Visual Studio 15 2017 Win64" .. -DCERAII_DO_BEFORE_EXIT=ON
+ - cmake -G "Visual Studio 15 2017 Win64" ..
19
20
build:
21
project: $(APPVEYOR_BUILD_FOLDER)\build\$(APPVEYOR_PROJECT_NAME).sln
src/ceraii.h
@@ -43,9 +43,7 @@ SOFTWARE.
43
#endif
44
45
#ifdef CERAII_MICROSOFT_COMPILER
46
-#ifndef CERAII_ACTIONS_BEFORE_RETURN_EXPRESSION
47
-#error ceraii: Doing actions after evaluating return expression is available onlu in gcc and clang
48
-#endif
+#define CERAII_ACTIONS_BEFORE_RETURN_EXPRESSION
49
50
51
#ifdef __cplusplus
0 commit comments