Skip to content

Commit 175811b

Browse files
committed
rtc
1 parent 937c84b commit 175811b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
#include <utility>
1616
#include <vector>
1717

18+
#ifdef __MSVC_RUNTIME_CHECKS
19+
#error "rtc"
20+
#endif
21+
1822
static bool isDir(const std::string& path)
1923
{
2024
struct stat file_stat;

0 commit comments

Comments
 (0)