We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dev09_056375_locale_cleanup
1 parent 9b8a09a commit 8ebb4d6Copy full SHA for 8ebb4d6
tests/std/tests/Dev09_056375_locale_cleanup/test.cpp
@@ -83,9 +83,9 @@ void test_dll() {
83
TheFuncProc pFunc = reinterpret_cast<TheFuncProc>(GetProcAddress(hLibrary, "DllTest"));
84
assert(pFunc != nullptr);
85
pFunc();
86
-#if defined(_DLL) || !defined(__SANITIZE_ADDRESS__) // TRANSITION, VSO-2046190
+#if defined(_MSVC_INTERNAL_TESTING) || defined(_DLL) || !defined(__SANITIZE_ADDRESS__) // TRANSITION, vs17.13p2
87
FreeLibrary(hLibrary);
88
-#endif // defined(_DLL) || !defined(__SANITIZE_ADDRESS__)
+#endif // ^^^ no workaround ^^^
89
#endif // ^^^ !defined(_M_CEE) ^^^
90
}
91
0 commit comments