diff --git a/quiz/templatetags/quiz_extras.py b/quiz/templatetags/quiz_extras.py index aeb81a0..fec72c9 100644 --- a/quiz/templatetags/quiz_extras.py +++ b/quiz/templatetags/quiz_extras.py @@ -84,7 +84,7 @@ def compiler_explorer_link(question): }, "msvc": { "compiler": "vcpp_v19_latest_x64", - "options": f"/std:{settings.CPP_STD.lower()} /W4 /wd4100 /wd4101 /wd4189" + "options": f"/std:c++latest /W4 /wd4100 /wd4101 /wd4189" }, }