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 607812a commit 71b0e9eCopy full SHA for 71b0e9e
include/pybind11/detail/internals.h
@@ -311,7 +311,7 @@ struct type_info {
311
#endif
312
313
/// On Linux/OSX, changes in __GXX_ABI_VERSION__ indicate ABI incompatibility.
314
-/// On MSVC, mixing /MT and /MD will result in crashes. See (#4779)
+/// On MSVC, mixing /MT and /MD will result in crashes. See (#4953)
315
#ifndef PYBIND11_BUILD_ABI
316
# if defined(__GXX_ABI_VERSION)
317
# define PYBIND11_BUILD_ABI "_cxxabi" PYBIND11_TOSTRING(__GXX_ABI_VERSION)
0 commit comments