cpprest: bump version to 2.10.5, refresh patches

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gianfranco Costamagna
2018-08-18 15:26:59 +02:00
committed by Khem Raj
parent 0d614c4220
commit 3ceefec415
8 changed files with 46 additions and 88 deletions

View File

@@ -0,0 +1,13 @@
Description: fix for upstream issue 747, clang 6 build error
Forwarded: https://github.com/Microsoft/cpprestsdk/pull/844
From: rozhuk-im
--- a/Release/include/pplx/pplxlinux.h 2018-04-29 16:22:39.927675000 +0300
+++ b/Release/include/pplx/pplxlinux.h 2018-04-29 16:22:57.809537000 +0300
@@ -240,6 +240,7 @@
{
public:
_PPLXIMP virtual void schedule( TaskProc_t proc, _In_ void* param);
+ virtual ~linux_scheduler() {}
};
} // namespace details