/Zc:twoPhase- (disable two-phase name lookup) | Microsoft Docs
https://docs.microsoft.com/en-us/cpp/build/reference/zc-twophase
Aug 03, 2021 · In this article. The /Zc:twoPhase-option, under /permissive-, tells the compiler to use the original, non-conforming Microsoft C++ compiler behavior to parse and instantiate class templates and function templates.. Syntax /Zc:twoPhase-Remarks. Visual Studio 2017 version 15.3 and later: Under /permissive-, the compiler uses two-phase name lookup for template …
DA: 4 PA: 96 MOZ Rank: 38