You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I work on Microsoft Visual C++ testing, where we regularly build popular open-source projects, including Folly, with development builds of our compiler and libraries with some particular cl options such as /std:c++20 or later.
Feel free to close this issue if there is no plan of supporting /std:c++20 or later in the future.
As I build Folly from source with /std:c++20 or later, I encountered the following error:
Hi, I work on Microsoft Visual C++ testing, where we regularly build popular open-source projects, including Folly, with development builds of our compiler and libraries with some particular cl options such as /std:c++20 or later.
Feel free to close this issue if there is no plan of supporting /std:c++20 or later in the future.
As I build Folly from source with /std:c++20 or later, I encountered the following error:
Repro Step:
Full build log: folly.txt
The text was updated successfully, but these errors were encountered: