The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
8.02k
stars
1.66k
forks
source link
Add virtual destructor to scheduler_interface struct in pplxinterface.h #1803
Is any reason to not add here virtual destructor? I found this using [-Wnon-virtual-dtor] during compilation.