mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
ff190a561a
* update 2021-07-27 macOS -> 11.5.1, XCode -> 12.5.1 * update azure-pipelines * update sha of macfuse * change how macos-ci-base works * fix build errors * fix itpp:linux * more fixes * remove tab * allow version changes in all the remove/rename-version patches * fix libunistring for real * robert CR
14 lines
458 B
Diff
14 lines
458 B
Diff
--- a/interface/coroutine/frame.h
|
|
+++ a/interface/coroutine/frame.h
|
|
@@ -119,8 +119,8 @@
|
|
return *this;
|
|
}
|
|
// 17.12.3.2, export/import
|
|
- static /*constexpr*/ coroutine_handle from_address(void* _Addr) {
|
|
+ static /*constexpr*/ coroutine_handle from_address(void* _Addr) noexcept {
|
|
coroutine_handle _Result{};
|
|
_Result._Ptr = reinterpret_cast<portable_coro_prefix*>(_Addr);
|
|
return _Result;
|
|
}
|
|
|