Skip to content

Commit 485bcf5

Browse files
authored
Update comment about which PR
1 parent 0c2a8a5 commit 485bcf5

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
@@ -292,7 +292,7 @@ struct type_info {
292292
#endif
293293

294294
/// On Linux/OSX, changes in __GXX_ABI_VERSION__ indicate ABI incompatibility.
295-
/// On MSVC, mixing /MT and /MD will result in crashes. See (#4779)
295+
/// On MSVC, mixing /MT and /MD will result in crashes. See (#4953)
296296
#ifndef PYBIND11_BUILD_ABI
297297
# if defined(__GXX_ABI_VERSION)
298298
# define PYBIND11_BUILD_ABI "_cxxabi" PYBIND11_TOSTRING(__GXX_ABI_VERSION)

0 commit comments

Comments
 (0)