We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295b55a commit 41078fbCopy full SHA for 41078fb
1 file changed
include/pythonic/pythonicOverflow.hpp
@@ -121,6 +121,7 @@ namespace pythonic
121
// ============================================================================
122
// Overflow Detection Helpers
123
// Check if an operation would overflow without performing it
124
+ // NOTE: Template functions are separated by compiler to avoid MSVC parsing issues
125
126
127
#ifdef _MSC_VER
0 commit comments