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.
1 parent 0c2a8a5 commit 485bcf5Copy full SHA for 485bcf5
include/pybind11/detail/internals.h
@@ -292,7 +292,7 @@ struct type_info {
292
#endif
293
294
/// On Linux/OSX, changes in __GXX_ABI_VERSION__ indicate ABI incompatibility.
295
-/// On MSVC, mixing /MT and /MD will result in crashes. See (#4779)
+/// On MSVC, mixing /MT and /MD will result in crashes. See (#4953)
296
#ifndef PYBIND11_BUILD_ABI
297
# if defined(__GXX_ABI_VERSION)
298
# define PYBIND11_BUILD_ABI "_cxxabi" PYBIND11_TOSTRING(__GXX_ABI_VERSION)
0 commit comments