mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
- 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
12 lines
348 B
C++
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
|