Skip to content

Commit d6c6275

Browse files
r-barnesfacebook-github-bot
authored andcommitted
[codemod] Remove C++11/14 pin from pytorch/vision/setup.py
Summary: This change removes a C++11 or C++14 pinning. Reviewed By: meyering Differential Revision: D44192139 fbshipit-source-id: a2d720c52477e50c836a4d34fcaef1102e6547e4
1 parent 2336aec commit d6c6275

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,6 @@ def get_extensions():
435435
"swresample",
436436
"swscale",
437437
],
438-
extra_compile_args=["-std=c++14"] if os.name != "nt" else ["/std:c++14", "/MP"],
439-
extra_link_args=["-std=c++14" if os.name != "nt" else "/std:c++14"],
440438
)
441439
)
442440

0 commit comments

Comments
 (0)