We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937c84b commit 175811bCopy full SHA for 175811b
1 file changed
main.cpp
@@ -15,6 +15,10 @@
15
#include <utility>
16
#include <vector>
17
18
+#ifdef __MSVC_RUNTIME_CHECKS
19
+#error "rtc"
20
+#endif
21
+
22
static bool isDir(const std::string& path)
23
{
24
struct stat file_stat;
0 commit comments