(self)
| 114 | |
| 115 | @unittest.skipIf(support.MS_WINDOWS, "MSVC doesn't support /std:c++11") |
| 116 | def test_build_cpp11(self): |
| 117 | self.check_build('_testcpp11ext', std='c++11') |
| 118 | |
| 119 | # Only test C++14 on MSVC. |
| 120 | # On s390x RHEL7, GCC 4.8.5 doesn't support C++14. |
nothing calls this directly
no test coverage detected