cpprest: update to new 2.10.3 release, simplify recipe now that it has a cmake file in the root location

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gianfranco Costamagna
2018-08-06 10:29:17 +02:00
committed by Khem Raj
parent 19b47730e0
commit 47d2bfaff1
10 changed files with 23 additions and 70 deletions

View File

@@ -0,0 +1,12 @@
Description: fix for upstream issue 747, clang 6 build error
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