ports/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h
Jan Beich b761148615 devel/cpprestsdk: unbreak with Clang 6.0 (C++14 by default)
- Don't build tests and samples as they're not installed [1]

PR:		223362
Submitted by:	rozhuk.im@gmail.com
Approved by:	maintainer timeout (6 months) [1], portmgr blanket
2018-05-08 00:50:50 +00:00

12 lines
348 B
C++

https://github.com/Microsoft/cpprestsdk/issues/747
--- include/pplx/pplxlinux.h.orig 2016-10-28 19:20:12 UTC
+++ include/pplx/pplxlinux.h
@@ -240,6 +240,7 @@ namespace platform
{
public:
_PPLXIMP virtual void schedule( TaskProc_t proc, _In_ void* param);
+ virtual ~linux_scheduler() {}
};
} // namespace details