Skip to content

Commit 71b0e9e

Browse files
committed
Update comment about which PR
1 parent 607812a commit 71b0e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/detail/internals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ struct type_info {
311311
#endif
312312

313313
/// On Linux/OSX, changes in __GXX_ABI_VERSION__ indicate ABI incompatibility.
314-
/// On MSVC, mixing /MT and /MD will result in crashes. See (#4779)
314+
/// On MSVC, mixing /MT and /MD will result in crashes. See (#4953)
315315
#ifndef PYBIND11_BUILD_ABI
316316
# if defined(__GXX_ABI_VERSION)
317317
# define PYBIND11_BUILD_ABI "_cxxabi" PYBIND11_TOSTRING(__GXX_ABI_VERSION)

0 commit comments

Comments
 (0)