microsoft / cpprestsdk

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.01k stars 1.66k forks source link

This lib is not compilable in VS2012. #332

Open bellekci opened 7 years ago

bellekci commented 7 years ago

I have tried to compile cpprestsdk with Visual Studio 2012. However, I am getting "default template arguments are only allowed on a class template".

I am assuming that Visual Stuido 2012 is not supported. It would be better to indicate this in the readme file.

stefanopiovesan commented 7 years ago

In the readme there is "Support for Visual Studio 2012, 2013, and 2015 with debugger visualizers". I am also interested in using with VS2012. Is a fix possible?

cokeisnotbest commented 7 years ago

the same issue. when I update the solution to vs2013, the issue disappeared.