-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch Tuesday for November 2023 #35116
Patch Tuesday for November 2023 #35116
Conversation
Included is a workaround for https://developercommunity.visualstudio.com/t/Missing-threadsh-in-MSVC-178/10514752 implemented as upstream's commit ebdf9d724cfd0a04f194ecfcb678b702ad062be2
Workaround for facebook/folly#2100 by using plain resize.
@@ -567,7 +567,6 @@ function(vcpkg_configure_make) | |||
string(REPLACE "${_replacement}" "" VCPKG_DETECTED_CMAKE_CXX_FLAGS_RELEASE "${VCPKG_DETECTED_CMAKE_CXX_FLAGS_RELEASE}") | |||
string(REPLACE "${_replacement}" "" VCPKG_DETECTED_CMAKE_C_FLAGS_RELEASE "${VCPKG_DETECTED_CMAKE_C_FLAGS_RELEASE}") | |||
# Can somebody please check if CMake's compiler flags for UWP are correct? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment looks stale now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe, but I don't think it's changed by this change if that makes sense
Probably broken by #34994 Detected in #35116 where this REGEX is expected to be output from the python script ``` CMake Error at build/cmake/LoadVersion.cmake:9 (string): string sub-command REGEX, mode MATCHALL needs at least 5 arguments total to command. Call Stack (most recent call first): CMakeLists.txt:20 (LoadVersion) ```
The compiler is broken so I'm going to cancel this one |
Probably broken by microsoft/vcpkg#34994 Detected in microsoft/vcpkg#35116 where this REGEX is expected to be output from the python script ``` CMake Error at build/cmake/LoadVersion.cmake:9 (string): string sub-command REGEX, mode MATCHALL needs at least 5 arguments total to command. Call Stack (most recent call first): CMakeLists.txt:20 (LoadVersion) ```
/FU
to the C compiler when targeting UWPstd::basic_string<T, A, Traits>::_Eos
Depends on: