Thanks to visit codestin.com Credit goes to github.com
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 46a69b9 commit 408e9aeCopy full SHA for 408e9ae
1 file changed
Lib/distutils/msvccompiler.py
@@ -177,7 +177,7 @@ class MSVCCompiler (CCompiler) :
177
178
# Private class data (need to distinguish C from C++ source for compiler)
179
_c_extensions = ['.c']
180
- _cpp_extensions = ['.cc','.cpp']
+ _cpp_extensions = ['.cc', '.cpp', '.cxx']
181
182
# Needed for the filename generation methods provided by the
183
# base class, CCompiler.
0 commit comments